mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-02 08:13:37 +01:00
Add background to .dmg file
This commit is contained in:
23
package.json
23
package.json
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user