Skip to content

Commit

Permalink
typo on name, removed icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoxolotl committed Jun 12, 2024
1 parent 1fe5ebf commit 098ced9
Showing 1 changed file with 7 additions and 17 deletions.
24 changes: 7 additions & 17 deletions forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,38 +4,33 @@ const { FuseV1Options, FuseVersion } = require('@electron/fuses');
module.exports = {
packagerConfig: {
asar: true,
icon: '/simplycode/camil_512x512.png',
},
rebuildConfig: {},
makers: [
{
name: '@electron-forge/maker-squirrel',
config: {
bin: 'simply-code',
icon:path.join(__dirname, '/simplycode/camil_192x192.png'),
bin: 'simplycode',
}
},
{
name: '@electron-forge/maker-dmg',
config: {
bin: 'simply-code',
icon:path.join(__dirname, '/simplycode/camil_192x192.png'),
bin: 'simplycode',
},
},
{
name: '@electron-forge/maker-deb',
config: {
bin: 'simply-code',
bin: 'simplycode',
options: {
icon:path.join(__dirname, '/simplycode/camil_192x192.png'),
},
}
},
{
name: '@electron-forge/maker-rpm',
config: {
bin: 'simply-code',
icon:path.join(__dirname, '/simplycode/camil_192x192.png'),
bin: 'simplycode',
}
}
],
Expand All @@ -55,19 +50,14 @@ module.exports = {
[FuseV1Options.EnableEmbeddedAsarIntegrityValidation]: true,
[FuseV1Options.OnlyLoadAppFromAsar]: true,
}),
],
"config": {
"forge": {
"path": "./forge.config.js"
}
},
],
publishers: [
{
name: 'simply-code',
name: 'simplycode',
config: {
repository: {
owner: 'Govert Combée',
name: 'simply-code'
name: 'simplycode'
},
prerelease: true
}
Expand Down

0 comments on commit 098ced9

Please sign in to comment.