Skip to content

Commit

Permalink
fix linux executableName
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-dm committed Jan 5, 2024
1 parent 55efadf commit a64118c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions forge.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
packagerConfig: {
asar: true,
executableName: 'gabin',
icon: './build/resources/icons/app',
ignore: [
'^/src($|/)',
Expand All @@ -11,7 +12,6 @@ module.exports = {
'^/database.json$',
'^/.*\.log$',
],
platform: 'all',
osxSign: {
optionsForFile: (filePath) => {
return {
Expand Down Expand Up @@ -41,7 +41,7 @@ module.exports = {
executableName: 'gabin',
config: {
options: {
icon: './build/resources/icons/icon@3x.png',
icon: './build/resources/icons/app.png',
name: 'gabin',
productName: 'gabin',
}
Expand Down
Binary file added src/resources/icons/app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a64118c

Please sign in to comment.