Unbrick updater

This commit is contained in:
Vendicated 2022-10-16 17:23:18 +02:00
parent 20237f5664
commit 0ccea16453
No known key found for this signature in database
GPG key ID: EC781ADFB93EFFA3
2 changed files with 4 additions and 1 deletions

View file

@ -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");