feat: dmg background and other tweaks

This commit is contained in:
2023-12-22 17:23:12 +01:00
parent 0bf6b64dd2
commit d6b63d86cd
2 changed files with 20 additions and 0 deletions

BIN
icons/dmgbg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

@@ -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"
}
]
}
}
}