update runInstaller
This commit is contained in:
parent
445dfce4a8
commit
839b62c2d9
|
@ -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"
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
@ -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 (
|
||||||
|
|
Loading…
Reference in a new issue