diff --git a/build/background.png b/build/background.png new file mode 100644 index 00000000..21e9c9e8 Binary files /dev/null and b/build/background.png differ diff --git a/build/background@2x.png b/build/background@2x.png new file mode 100644 index 00000000..6c79aeef Binary files /dev/null and b/build/background@2x.png differ diff --git a/package.json b/package.json index cc79d8e1..9a43eaf3 100644 --- a/package.json +++ b/package.json @@ -56,13 +56,28 @@ "build": { "asar": false, "appId": "com.wulkano.kap", - "mac": { - "category": "public.app-category.productivity" - }, "files": [ "**/*", "!src" - ] + ], + "mac": { + "category": "public.app-category.productivity" + }, + "dmg": { + "iconSize": 160, + "contents": [ + { + "x": 180, + "y": 170 + }, + { + "x": 480, + "y": 170, + "type": "link", + "path": "/Applications" + } + ] + } }, "babel": { "plugins": [