This commit is contained in:
thororen1234 2024-07-29 16:28:57 -04:00
parent 9b2a81ddc7
commit 39bd364bcc
2 changed files with 2 additions and 2 deletions

View file

@ -75,7 +75,7 @@ async function build() {
const opts = { cwd: VENCORD_SRC_DIR };
const command = isFlatpak ? "flatpak-spawn" : "node";
const args = isFlatpak ? ["--host", "node", "scripts/build/build.mjs"] : ["scripts/build/build.mjs"];
const args = isFlatpak ? ["--host", "node", "../scripts/build/build.mts"] : ["../scripts/build/build.mts"];
if (IS_DEV) args.push("--dev");