Add background to .dmg file

Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
automated-signal
2026-03-20 12:13:12 -05:00
committed by GitHub
parent c984a66591
commit 9368bcd934
5 changed files with 41 additions and 5 deletions

View File

@@ -463,6 +463,29 @@
"NSAutoFillRequiresTextContentTypeForOneTimeCodeOnMac": true
}
},
"dmg": {
"title": "${productName} Installer",
"background": "build/dmg/background.tiff",
"icon": "build/dmg/icon.icns",
"iconSize": 96,
"window": {
"width": 540,
"height": 394
},
"contents": [
{
"type": "file",
"x": 152,
"y": 161
},
{
"path": "/Applications",
"type": "link",
"x": 368,
"y": 161
}
]
},
"masDev": {
"type": "development",
"sign": null,