From 5aca8896301e76baf9c32118adc7bfbe44280cd0 Mon Sep 17 00:00:00 2001 From: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com> Date: Fri, 21 Oct 2022 09:58:40 -0400 Subject: [PATCH] packaging: fix path for macOS Change-Id: Id0aca1fd0d2cc95450c44b48ad0c82360430a6bd --- extras/scripts/gen-dmg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/scripts/gen-dmg.json b/extras/scripts/gen-dmg.json index f7d4ac6e8..5c9934af7 100644 --- a/extras/scripts/gen-dmg.json +++ b/extras/scripts/gen-dmg.json @@ -1,7 +1,7 @@ { "title": "Jami", "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" } ], "window": { -- GitLab