Revert Back To Asar

This commit is contained in:
thororen1234 2025-04-05 19:51:49 -04:00
parent 1e5a600213
commit d1d1e28138
No known key found for this signature in database
8 changed files with 24 additions and 65 deletions

View file

@ -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"),
]);