Files
jami-client-qt/scripts/generateDMG.json
kkostiuk 4bce873f34 build: generate .app bundle
- prepare app for distribution
- add notarization

Change-Id: I105e084292423fdd8c6b2d56f5e62a081defde99
2021-12-22 13:18:27 -05:00

11 lines
253 B
JSON

{
"title": "Jami",
"contents": [
{ "x": 100, "y": 120, "type": "file", "path": "../build-local/Jami.app"},
{ "x": 500, "y": 120, "type": "link", "path": "/Applications" }
],
"window": {
"size" : {"width" : 600, "height" : 300}
}
}