diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-11-05 19:29:35 +0200 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-11-05 19:29:35 +0200 |
commit | 0740169f1c15c2e9f96047f49807e1bbdb133f7a (patch) | |
tree | 1faf74c953e5fc03f18662fdfc984b4ef4185546 | |
parent | Add build script for nheko.dmg (diff) | |
download | nheko-0740169f1c15c2e9f96047f49807e1bbdb133f7a.tar.xz |
Don't use make app
-rwxr-xr-x | .ci/macos/deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/macos/deploy.sh b/.ci/macos/deploy.sh index 01d99586..01fed1b8 100755 --- a/.ci/macos/deploy.sh +++ b/.ci/macos/deploy.sh @@ -2,7 +2,7 @@ set -e -make app +cp -fp ./build/nheko dist/MacOS/Nheko.app/Contents/MacOS sudo macdeployqt dist/MacOS/Nheko.app -dmg user=$(id -nu) |