diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-04-28 18:27:22 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-04-28 18:27:22 +0300 |
commit | 6a7028a8e776674d0c69f87db16080f8b7ac47e7 (patch) | |
tree | 489db4b0077f4674d78a773c97bdbdd28b05044b /.ci | |
parent | Fix pip/SSL issue on travis (diff) | |
download | nheko-6a7028a8e776674d0c69f87db16080f8b7ac47e7.tar.xz |
Correctly specify the input path for Nheko.app
Diffstat (limited to '.ci')
-rw-r--r-- | .ci/macos/settings.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/macos/settings.json b/.ci/macos/settings.json index 7747513e..d156a3b6 100644 --- a/.ci/macos/settings.json +++ b/.ci/macos/settings.json @@ -3,7 +3,7 @@ "compression-level": 9, "contents": [ { - "path": "/Applications/Nheko.app", + "path": "./build/Nheko.app", "type": "file", "x": 140, "y": 120 |