Skip to content

Commit

Permalink
fix windows icon
Browse files Browse the repository at this point in the history
  • Loading branch information
brsloan committed Jun 11, 2023
1 parent 6a16864 commit 8cfaed2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@
"license": "MIT",
"config": {
"forge": {
"packagerConfig": {},
"packagerConfig": {
"icon": "src/assets/icon"
},
"makers": [
{
"name": "@electron-forge/maker-squirrel",
"config": {
"name": "warewoolf"
"name": "warewoolf",
"setupIcon": "src/assets/icon.ico"
}
},
{
Expand Down
Binary file added src/assets/icon.ico
Binary file not shown.

0 comments on commit 8cfaed2

Please sign in to comment.