[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
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