gaming-hub/electron/package.json
Daniel c86538e2a2 Remove maker-zip from Electron build (only Squirrel needed)
Fix CI: zip binary not available in builder image, and we only
distribute via Squirrel installer anyway.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 19:56:35 +01:00

21 lines
521 B
JSON

{
"name": "gaming-hub-desktop",
"productName": "Gaming Hub",
"version": "1.6.2",
"description": "Gaming Hub Desktop App mit Ad-Blocker",
"author": "Gaming Hub",
"main": "main.js",
"scripts": {
"start": "electron .",
"package": "electron-forge package",
"make": "electron-forge make"
},
"dependencies": {
"electron-squirrel-startup": "^1.0.1"
},
"devDependencies": {
"electron": "^33.0.0",
"@electron-forge/cli": "^7.6.0",
"@electron-forge/maker-squirrel": "^7.6.0"
}
}