Skip to content

Commit 31edbe0

Browse files
committed
mac: Update dmg installer image.
Fixes: #474.
1 parent 9980fee commit 31edbe0

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

build/appdmg.png

5.6 KB
Loading

package.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,20 +73,24 @@
7373
"dmg": {
7474
"background": "build/appdmg.png",
7575
"icon": "build/icon.icns",
76-
"iconSize": 128,
76+
"iconSize": 100,
7777
"contents": [
7878
{
7979
"x": 380,
80-
"y": 240,
80+
"y": 280,
8181
"type": "link",
8282
"path": "/Applications"
8383
},
8484
{
85-
"x": 122,
86-
"y": 240,
85+
"x": 110,
86+
"y": 280,
8787
"type": "file"
8888
}
89-
]
89+
],
90+
"window": {
91+
"width": 500,
92+
"height": 500
93+
}
9094
},
9195
"win": {
9296
"target": [
@@ -178,4 +182,4 @@
178182
"mocha"
179183
]
180184
}
181-
}
185+
}

0 commit comments

Comments
 (0)