Skip to content

Commit

Permalink
Merge pull request #588 from csduarte/BASH-2_BundleMacDesktopApp_DMG
Browse files Browse the repository at this point in the history
BASH-2 Bundle Mac Desktop App as DMG
  • Loading branch information
yuya-oc authored Jun 25, 2018
2 parents 56f9351 + bfbf189 commit 5009075
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
"mac": {
"category": "public.app-category.productivity",
"target": [
"zip"
"zip",
"dmg"
],
"extraResources": [
{
Expand All @@ -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}"
Expand Down
Binary file added resources/osx/DMG_BG.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5009075

Please sign in to comment.