diff --git a/electron-builder.json b/electron-builder.json index 427df89f..454f6459 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -73,9 +73,20 @@ }, "dmg": { "background": "resources/osx/DMG_BG.png", - "iconSize": 140, - "iconTextSize": 18, - "sign": false + "contents": [ + { + "x": 152, + "y": 201 + }, + { + "x": 445, + "y": 201, + "type": "link", + "path": "/Applications" + } + ], + "iconSize": 110, + "iconTextSize": 13 }, "squirrelWindows": { "iconUrl": "file://resources/icon.ico", diff --git a/resources/osx/DMG_BG.png b/resources/osx/DMG_BG.png index e0038385..41113749 100644 Binary files a/resources/osx/DMG_BG.png and b/resources/osx/DMG_BG.png differ