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>
15 lines
258 B
JavaScript
15 lines
258 B
JavaScript
module.exports = {
|
|
packagerConfig: {
|
|
name: 'Gaming Hub',
|
|
executableName: 'gaming-hub',
|
|
asar: true,
|
|
},
|
|
makers: [
|
|
{
|
|
name: '@electron-forge/maker-squirrel',
|
|
config: {
|
|
name: 'gaming-hub-desktop',
|
|
},
|
|
},
|
|
],
|
|
};
|