Bundle Mac Desktop App in DMG

This commit is contained in:
David Meza 2017-09-07 12:45:21 -05:00
parent 56f9351dc5
commit bfbf189e3b
2 changed files with 7 additions and 1 deletions

View file

@ -48,7 +48,8 @@
"mac": {
"category": "public.app-category.productivity",
"target": [
"zip"
"zip",
"dmg"
],
"extraResources": [
{
@ -59,6 +60,11 @@
}
]
},
"dmg": {
"background": "resources/osx/DMG_BG.png",
"iconSize": 140,
"iconTextSize": 18
},
"squirrelWindows": {
"iconUrl": "file://resources/icon.ico",
"artifactName": "${name}-setup-${version}-${arch}.${ext}"

BIN
resources/osx/DMG_BG.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB