Set new DMG background

This commit is contained in:
Tasso Evangelista 2018-09-13 17:42:28 -03:00
parent f268c07f02
commit c0c3d401a0
3 changed files with 14 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 151 KiB

View file

@ -25,7 +25,20 @@
"artifactName": "rocketchat-${version}.${ext}"
},
"dmg": {
"background": "build/background.png"
"background": "build/background.png",
"contents": [
{
"type": "dir",
"x": 100,
"y": 211
},
{
"type": "link",
"path": "/Applications",
"x": 500,
"y": 211
}
]
},
"pkg": {
"isRelocatable": false,