Skip to content

Commit

Permalink
add app icon for macos (ztjhz#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariodian authored Jun 6, 2023
1 parent 2ff858b commit 13ac535
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 13ac535

Please sign in to comment.