diff --git a/build/background.tiff b/build/background.tiff new file mode 100644 index 0000000..a0e3f7f Binary files /dev/null and b/build/background.tiff differ diff --git a/package.json b/package.json index 51495b7..145d207 100644 --- a/package.json +++ b/package.json @@ -131,6 +131,26 @@ "com.apple.security.device.camera": true } }, + "dmg": { + "background": "build/background.tiff", + "icon": "build/icon.icns", + "iconSize": 105, + "window": { + "width": 512, + "height": 340 + }, + + "contents": [{ + "x": 140, + "y": 160 + }, + { + "x": 372, + "y": 160, + "type": "link", + "path": "/Applications" + }] + }, "nsis": { "include": "build/installer.nsh", "oneClick": false