1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-08-04 14:55:43 +02:00
jami-client-qt/extras/scripts/gen-dmg.json
Kateryna Kostiuk 5aca889630 packaging: fix path for macOS
Change-Id: Id0aca1fd0d2cc95450c44b48ad0c82360430a6bd
2022-10-21 12:36:01 -04:00

10 lines
256 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}
}
}