Bundle Mac Desktop App in DMG
This commit is contained in:
@@ -48,7 +48,8 @@
|
|||||||
"mac": {
|
"mac": {
|
||||||
"category": "public.app-category.productivity",
|
"category": "public.app-category.productivity",
|
||||||
"target": [
|
"target": [
|
||||||
"zip"
|
"zip",
|
||||||
|
"dmg"
|
||||||
],
|
],
|
||||||
"extraResources": [
|
"extraResources": [
|
||||||
{
|
{
|
||||||
@@ -59,6 +60,11 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"dmg": {
|
||||||
|
"background": "resources/osx/DMG_BG.png",
|
||||||
|
"iconSize": 140,
|
||||||
|
"iconTextSize": 18
|
||||||
|
},
|
||||||
"squirrelWindows": {
|
"squirrelWindows": {
|
||||||
"iconUrl": "file://resources/icon.ico",
|
"iconUrl": "file://resources/icon.ico",
|
||||||
"artifactName": "${name}-setup-${version}-${arch}.${ext}"
|
"artifactName": "${name}-setup-${version}-${arch}.${ext}"
|
||||||
|
BIN
resources/osx/DMG_BG.png
Normal file
BIN
resources/osx/DMG_BG.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
Reference in New Issue
Block a user