Added DMG background.

This commit is contained in:
Tom Butcher 2026-06-20 02:42:37 +01:00
parent 15ce7123a2
commit 349431c310
3 changed files with 20 additions and 0 deletions

BIN
assets/dmg/background.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -169,6 +169,26 @@
] ]
} }
}, },
"dmg": {
"background": "assets/dmg/background.png",
"iconSize": 100,
"window": {
"width": 540,
"height": 380
},
"contents": [
{
"x": 130,
"y": 220
},
{
"x": 410,
"y": 220,
"type": "link",
"path": "/Applications"
}
]
},
"win": { "win": {
"target": "nsis" "target": "nsis"
}, },