Skip to content

Commit

Permalink
fix: Fix icon layout in dmg for MacOS (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaclennan committed Aug 17, 2020
1 parent e0bbfe9 commit f8d2283
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,14 +249,14 @@
"sign": false,
"contents": [
{
"x": 448,
"y": 200,
"x": 410,
"y": 220,
"type": "link",
"path": "/Applications"
},
{
"x": 220,
"y": 200,
"x": 130,
"y": 220,
"type": "file"
}
]
Expand Down

0 comments on commit f8d2283

Please sign in to comment.