update runInstaller

This commit is contained in:
Vendicated 2024-07-19 03:29:44 +02:00
parent 445dfce4a8
commit 839b62c2d9
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18
2 changed files with 3 additions and 0 deletions

View file

@ -124,6 +124,7 @@ try {
env: { env: {
...process.env, ...process.env,
VENCORD_USER_DATA_DIR: BASE_DIR, VENCORD_USER_DATA_DIR: BASE_DIR,
VENCORD_ASAR_FILE: join(BASE_DIR, "dist/desktop.asar"),
VENCORD_DEV_INSTALL: "1" VENCORD_DEV_INSTALL: "1"
} }
}); });

View file

@ -46,6 +46,8 @@ if (IS_REPORTER) {
require("./debug/runReporter"); require("./debug/runReporter");
} }
alert("balls");
async function syncSettings() { async function syncSettings() {
// pre-check for local shared settings // pre-check for local shared settings
if ( if (