mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-19 11:27:02 -04:00
don't use asar in dev
This commit is contained in:
parent
d48f52e8c3
commit
090a9f5caf
3 changed files with 5 additions and 5 deletions
|
@ -124,7 +124,7 @@ try {
|
|||
env: {
|
||||
...process.env,
|
||||
VENCORD_USER_DATA_DIR: BASE_DIR,
|
||||
VENCORD_ASAR_FILE: join(BASE_DIR, "dist/desktop.asar"),
|
||||
VENCORD_DIRECTORY: join(BASE_DIR, "dist/desktop"),
|
||||
VENCORD_DEV_INSTALL: "1"
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue