Skip to content

Commit

Permalink
feat: add app icon
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyTseng committed Feb 9, 2024
1 parent fc380c6 commit 92a8e4e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
Binary file added assets/icon.icns
Binary file not shown.
Binary file added assets/icon.ico
Binary file not shown.
Binary file added assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/[email protected]
Binary file not shown.
7 changes: 6 additions & 1 deletion forge.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
packagerConfig: {
asar: true,
icon: "assets/icon",
},
rebuildConfig: {},
makers: [
Expand All @@ -14,7 +15,11 @@ module.exports = {
},
{
name: "@electron-forge/maker-deb",
config: {},
config: {
options: {
icon: "assets/icon.png",
},
},
},
{
name: "@electron-forge/maker-rpm",
Expand Down

0 comments on commit 92a8e4e

Please sign in to comment.