diff --git a/assets/dmg/background.png b/assets/dmg/background.png new file mode 100644 index 0000000..6a8b823 Binary files /dev/null and b/assets/dmg/background.png differ diff --git a/assets/dmg/background@2x.png b/assets/dmg/background@2x.png new file mode 100644 index 0000000..bb10936 Binary files /dev/null and b/assets/dmg/background@2x.png differ diff --git a/package.json b/package.json index 8941638..5d271ed 100644 --- a/package.json +++ b/package.json @@ -169,6 +169,26 @@ ] } }, + "dmg": { + "background": "assets/dmg/background.png", + "iconSize": 100, + "window": { + "width": 540, + "height": 380 + }, + "contents": [ + { + "x": 130, + "y": 220 + }, + { + "x": 410, + "y": 220, + "type": "link", + "path": "/Applications" + } + ] + }, "win": { "target": "nsis" },