mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-06-07 09:46:03 +02:00
packaging: fix path for macOS
Change-Id: Id0aca1fd0d2cc95450c44b48ad0c82360430a6bd
This commit is contained in:
parent
1a994173ec
commit
5aca889630
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"title": "Jami",
|
"title": "Jami",
|
||||||
"contents": [
|
"contents": [
|
||||||
{ "x": 100, "y": 120, "type": "file", "path": "../build-local/Jami.app"},
|
{ "x": 100, "y": 120, "type": "file", "path": "../../build-local/Jami.app"},
|
||||||
{ "x": 500, "y": 120, "type": "link", "path": "/Applications" }
|
{ "x": 500, "y": 120, "type": "link", "path": "/Applications" }
|
||||||
],
|
],
|
||||||
"window": {
|
"window": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue