[MM-20348] Fixed DMG background (#1114)

This commit is contained in:
Devin Binnie 2019-11-29 09:56:10 -05:00 committed by GitHub
parent 1dd8145943
commit f1a6dfc455
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 3 deletions

View file

@ -73,9 +73,20 @@
},
"dmg": {
"background": "resources/osx/DMG_BG.png",
"iconSize": 140,
"iconTextSize": 18,
"sign": false
"contents": [
{
"x": 152,
"y": 201
},
{
"x": 445,
"y": 201,
"type": "link",
"path": "/Applications"
}
],
"iconSize": 110,
"iconTextSize": 13
},
"squirrelWindows": {
"iconUrl": "file://resources/icon.ico",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 19 KiB