Skip to content

Commit

Permalink
add app icon for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
mariodian committed Jun 3, 2023
1 parent c33c1a2 commit 4e2062e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
},
"dmg": {
"title": "${productName} ${version}",
"icon": "dist/icon-rounded.png"
"icon": "dist/icon-rounded-macos.png"
},
"mac": {
"icon": "dist/icon-rounded.png"
"icon": "dist/icon-rounded-macos.png"
},
"linux": {
"target": [
Expand Down
Binary file added public/icon-rounded-macos.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 4e2062e

Please sign in to comment.