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>
This commit is contained in:
Daniel 2026-03-07 19:56:26 +01:00
parent ef96d8b22c
commit c86538e2a2
3 changed files with 3 additions and 78 deletions

View file

@ -1,5 +1,3 @@
const path = require('path');
module.exports = {
packagerConfig: {
name: 'Gaming Hub',
@ -13,9 +11,5 @@ module.exports = {
name: 'gaming-hub-desktop',
},
},
{
name: '@electron-forge/maker-zip',
platforms: ['win32', 'linux', 'darwin'],
},
],
};