Skip to content

Commit

Permalink
Fix app's icon on mac
Browse files Browse the repository at this point in the history
+ Fix the layout in installation window on mac
  • Loading branch information
moshfeu committed May 14, 2019
1 parent 71eed4c commit 30bb40f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,19 @@
"main.js",
"resources/**"
],
"mac": {
"icon": "resources/icons/mac/icon.icns"
},
"dmg": {
"icon": "resources/icons/mac/icon.icns",
"contents": [
{
"x": 110,
"y": 150
"x": 190,
"y": 230
},
{
"x": 240,
"y": 150,
"x": 350,
"y": 220,
"type": "link",
"path": "/Applications"
}
Expand Down

0 comments on commit 30bb40f

Please sign in to comment.