mirror of
https://github.com/sern-handler/gui
synced 2026-06-06 01:16:54 +00:00
feat: dmg background and other tweaks
This commit is contained in:
BIN
icons/dmgbg.png
Normal file
BIN
icons/dmgbg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.5 KiB |
20
package.json
20
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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user