reduced .exe size

This commit is contained in:
2026-01-09 18:54:39 +01:00
parent 27a4239a4d
commit 1e85de8db6
4 changed files with 19 additions and 8729 deletions

View File

@@ -27,7 +27,7 @@
"jsonwebtoken": "^9.0.3",
"node-addon-api": "^8.5.0",
"node-cron": "^4.2.1",
"playwright-chromium": "^1.57.0",
"playwright": "^1.57.0",
"sqlite3": "^5.1.7",
"ws": "^8.18.3"
},
@@ -46,6 +46,7 @@
"build": {
"appId": "app.waifuboard",
"productName": "Waifu Board",
"asar": true,
"files": [
"electron/**/*",
"server.js",
@@ -58,10 +59,6 @@
"loading.html"
],
"extraResources": [
{
"from": "C:\\Users\\synta\\AppData\\Local\\ms-playwright\\chromium_headless_shell-1200",
"to": "playwright/chromium"
},
".env"
],
"win": {