mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-16 18:07:02 -04:00
Unbrick updater
This commit is contained in:
parent
20237f5664
commit
0ccea16453
2 changed files with 4 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue