mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-10 07:03:06 -04:00
Asar stuff
This commit is contained in:
parent
e9ca9303aa
commit
bf25521403
3 changed files with 6 additions and 6 deletions
|
@ -303,8 +303,8 @@ if (existsSync("dist/renderer.js")) {
|
|||
);
|
||||
|
||||
await Promise.all([
|
||||
writeFile("dist/patcher.js", 'require("./desktop.asar")'),
|
||||
writeFile("dist/equicordDesktopMain.js", 'require("./equibop.asar")'),
|
||||
writeFile("dist/vencordDesktopMain.js", 'require("./vesktop.asar")')
|
||||
writeFile("dist/patcher.js", 'require("./desktop")'),
|
||||
writeFile("dist/equicordDesktopMain.js", 'require("./equibop")'),
|
||||
writeFile("dist/vencordDesktopMain.js", 'require("./vesktop")')
|
||||
]);
|
||||
}
|
||||
|
|
|
@ -124,7 +124,7 @@ try {
|
|||
env: {
|
||||
...process.env,
|
||||
EQUICORD_USER_DATA_DIR: BASE_DIR,
|
||||
EQUICORD_ASAR_FILE: join(BASE_DIR, "dist/desktop.asar"),
|
||||
EQUICORD_DIRECTORY: join(BASE_DIR, "dist/desktop"),
|
||||
EQUICORD_DEV_INSTALL: "1"
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue