From 0ccea1645395ec3806b8c2fdcbac66e220035930 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Sun, 16 Oct 2022 17:23:18 +0200 Subject: Unbrick updater --- src/ipcMain/updater.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ipcMain') diff --git a/src/ipcMain/updater.ts b/src/ipcMain/updater.ts index 0801e0b..072173f 100644 --- a/src/ipcMain/updater.ts +++ b/src/ipcMain/updater.ts @@ -81,7 +81,7 @@ async function pull() { } async function build() { - const res = await execFile("node", ["build.mjs"], { + const res = await execFile("node", ["scripts/build/build.mjs"], { cwd: VENCORD_SRC_DIR }); return !res.stderr.includes("Build failed"); -- cgit