Merge pull request #588 from csduarte/BASH-2_BundleMacDesktopApp_DMG

BASH-2 Bundle Mac Desktop App as DMG
This commit is contained in:
Yuya Ochiai
2018-06-25 20:55:29 +09:00
committed by GitHub
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