mirror of
https://github.com/sern-handler/gui
synced 2026-06-27 18:02:13 +00:00
feat: initial commit (kinda)
This commit is contained in:
23
forge.config.js
Normal file
23
forge.config.js
Normal file
@@ -0,0 +1,23 @@
|
||||
module.exports = {
|
||||
packagerConfig: {
|
||||
icon: './icons/icon'
|
||||
},
|
||||
rebuildConfig: {},
|
||||
makers: [
|
||||
{
|
||||
name: '@electron-forge/maker-squirrel',
|
||||
config: {},
|
||||
},
|
||||
{
|
||||
name: '@electron-forge/maker-zip',
|
||||
},
|
||||
{
|
||||
name: '@electron-forge/maker-deb',
|
||||
config: {
|
||||
options: {
|
||||
icon: './icons/icon.png'
|
||||
}
|
||||
},
|
||||
}
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user