diff --git a/package.json b/package.json index de80777b..6c2dc236 100644 --- a/package.json +++ b/package.json @@ -39,24 +39,20 @@ "category": "public.app-category.productivity" }, "dmg": { - "background": "./resources/background@2x.png", + "background": "./resources/background.png", "contents": [ { - "x": 330, + "x": 270, "y": 345, "type": "link", "path": "/Applications" }, { - "x": 330, + "x": 270, "y": 110, "type": "file" } - ], - "window": { - "width": 660, - "height": 480 - } + ] }, "nsis": { "perMachine": true diff --git a/resources/background.png b/resources/background.png new file mode 100644 index 00000000..0ab0e301 Binary files /dev/null and b/resources/background.png differ diff --git a/resources/background@2x.png b/resources/background@2x.png deleted file mode 100644 index 65689879..00000000 Binary files a/resources/background@2x.png and /dev/null differ