Skip to content

Commit

Permalink
deb fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-dm committed Jan 5, 2024
1 parent d94c22e commit e20f3a5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions forge.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
packagerConfig: {
asar: true,
executableName: 'gabin',
icon: './build/resources/icons/app',
ignore: [
'^/src($|/)',
Expand Down Expand Up @@ -32,12 +31,10 @@ module.exports = {
},
{
name: '@electron-forge/maker-deb',
executableName: 'gabin',
config: {
options: {
bin: 'Gabin',
icon: './build/resources/icons/app.png',
name: 'gabin',
productName: 'gabin',
}
},
},
Expand Down

0 comments on commit e20f3a5

Please sign in to comment.