diff --git a/icons/dmgbg.png b/icons/dmgbg.png new file mode 100644 index 0000000..9e7b277 Binary files /dev/null and b/icons/dmgbg.png differ diff --git a/package.json b/package.json index 3436843..c046bf9 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,8 @@ "vite": "^4.4.0" }, "build": { + "appId": "dev.sern.gui", + "productName": "sern GUI", "files": [ "./build/**/*", "./dist/index.js" @@ -67,6 +69,24 @@ "dmg", "zip" ] + }, + "dmg": { + "background": "./icons/dmgbg.png", + "icon": "./icons/icon.icns", + "title": "sern GUI", + "contents": [ + { + "x": 372, + "y": 143, + "type": "link", + "path": "/Applications" + }, + { + "x": 54, + "y": 143, + "type": "file" + } + ] } } }