Skip to content

Commit

Permalink
Update packagerConfig for custom icon and executable name
Browse files Browse the repository at this point in the history
  • Loading branch information
Thavarshan committed Aug 22, 2024
1 parent 141f08e commit 4808457
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ const config: ForgeConfig = {
new MakerRpm({}),
new MakerDeb({
options: {
name: 'comet',
productName: 'Comet',
icon: 'src/assets/images/icon/icon.png',
}
}),
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@
"vite": "^5.4.2"
},
"packagerConfig": {
"executableName": "Comet",
"icon": "src/assets/icon.png"
"executableName": "comet"
},
"build": {
"asarUnpack": [
Expand Down

0 comments on commit 4808457

Please sign in to comment.