mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 14:23:51 +02:00
Update SQLite, remove unneeded libraries
This commit is contained in:
@@ -16,9 +16,9 @@ if (WINDOWS) {
|
||||
window.AppApi = InteropApi.AppApiElectron;
|
||||
window.WebApi = InteropApi.WebApi;
|
||||
window.VRCXStorage = InteropApi.VRCXStorage;
|
||||
window.SQLite = InteropApi.SQLiteLegacy;
|
||||
window.SQLite = InteropApi.SQLite;
|
||||
window.LogWatcher = InteropApi.LogWatcher;
|
||||
window.Discord = InteropApi.Discord;
|
||||
window.AssetBundleManager = InteropApi.AssetBundleManager;
|
||||
window.AppApiVrElectron = InteropApi.AppApiVrElectron;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user