Unbrick updater
This commit is contained in:
parent
20237f5664
commit
0ccea16453
3
build.mjs
Normal file
3
build.mjs
Normal file
@ -0,0 +1,3 @@
|
||||
// FIXME: Delete this soon, for now it is needed so people can update
|
||||
|
||||
import("./scripts/build/build.mjs");
|
@ -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…
Reference in New Issue
Block a user