diff --git a/build/appdmg.png b/build/appdmg.png index 6ff61d2a..8283db87 100644 Binary files a/build/appdmg.png and b/build/appdmg.png differ diff --git a/package.json b/package.json index 1824b701..9af2481a 100644 --- a/package.json +++ b/package.json @@ -73,20 +73,24 @@ "dmg": { "background": "build/appdmg.png", "icon": "build/icon.icns", - "iconSize": 128, + "iconSize": 100, "contents": [ { "x": 380, - "y": 240, + "y": 280, "type": "link", "path": "/Applications" }, { - "x": 122, - "y": 240, + "x": 110, + "y": 280, "type": "file" } - ] + ], + "window": { + "width": 500, + "height": 500 + } }, "win": { "target": [ @@ -178,4 +182,4 @@ "mocha" ] } -} +} \ No newline at end of file