16 lines
258 B
JavaScript
16 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',
|
||
|
|
},
|
||
|
|
},
|
||
|
|
],
|
||
|
|
};
|