mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-25 14:27:01 -04:00
Fixes
This commit is contained in:
parent
9b2a81ddc7
commit
39bd364bcc
2 changed files with 2 additions and 2 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue