Update package.json

This commit is contained in:
AMIAY
2026-01-25 14:02:58 +01:00
parent 8326deddb1
commit e1d1383ab7

View File

@@ -48,6 +48,7 @@
"adm-zip": "^0.5.10", "adm-zip": "^0.5.10",
"axios": "^1.6.0", "axios": "^1.6.0",
"discord-rpc": "^4.0.1", "discord-rpc": "^4.0.1",
"dotenv": "^17.2.3",
"electron-updater": "^6.7.3", "electron-updater": "^6.7.3",
"fs-extra": "^11.3.3", "fs-extra": "^11.3.3",
"tar": "^6.2.1", "tar": "^6.2.1",
@@ -68,7 +69,8 @@
"preload.js", "preload.js",
"backend/**/*", "backend/**/*",
"GUI/**/*", "GUI/**/*",
"package.json" "package.json",
".env"
], ],
"win": { "win": {
"target": [ "target": [
@@ -80,7 +82,7 @@
] ]
} }
], ],
"icon": "build/icon.ico" "icon": "icon.ico"
}, },
"linux": { "linux": {
"target": [ "target": [