mirror of
https://github.com/Equicord/Equicord.git
synced 2025-05-11 18:05:37 +02:00
Revert Back To Asar
This commit is contained in:
parent
1e5a600213
commit
d1d1e28138
8 changed files with 24 additions and 65 deletions
|
@ -19,6 +19,7 @@
|
|||
|
||||
// @ts-check
|
||||
|
||||
import { createPackage } from "@electron/asar";
|
||||
import { readdir, writeFile } from "fs/promises";
|
||||
import { dirname, join } from "path";
|
||||
import { fileURLToPath } from "url";
|
||||
|
@ -227,3 +228,8 @@ await Promise.all([
|
|||
main: "main.js"
|
||||
}))
|
||||
]);
|
||||
|
||||
await Promise.all([
|
||||
createPackage("dist/desktop", "dist/desktop.asar"),
|
||||
createPackage("dist/equibop", "dist/equibop.asar"),
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue