mac: Update dmg installer image.

Fixes: #474.
This commit is contained in:
Akash Nimare
2018-05-08 03:17:31 +05:30
parent 9980fee785
commit 31edbe0d67
2 changed files with 10 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -73,20 +73,24 @@
"dmg": {
"background": "build/appdmg.png",
"icon": "build/icon.icns",
"iconSize": 128,
"iconSize": 100,
"contents": [
{
"x": 380,
"y": 240,
"y": 280,
"type": "link",
"path": "/Applications"
},
{
"x": 122,
"y": 240,
"x": 110,
"y": 280,
"type": "file"
}
]
],
"window": {
"width": 500,
"height": 500
}
},
"win": {
"target": [
@@ -178,4 +182,4 @@
"mocha"
]
}
}
}