diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-11-05 20:07:14 +0200 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-11-05 20:07:14 +0200 |
commit | 562df060d3d2eee6a2395146c32d453143dfc910 (patch) | |
tree | 2520a018f8c758538892dfbbff24a163f9cd7404 /.ci/linux | |
parent | Don't use make app (diff) | |
download | nheko-562df060d3d2eee6a2395146c32d453143dfc910.tar.xz |
Specify artifacts per build
Diffstat (limited to '.ci/linux')
-rwxr-xr-x | .ci/linux/deploy.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.ci/linux/deploy.sh b/.ci/linux/deploy.sh index 6a4fb6be..78245322 100755 --- a/.ci/linux/deploy.sh +++ b/.ci/linux/deploy.sh @@ -17,5 +17,4 @@ unset LD_LIBRARY_PATH ./linuxdeployqt*.AppImage ./appdir/*.desktop -bundle-non-qt-libs ./linuxdeployqt*.AppImage ./appdir/*.desktop -appimage -export ARTIFACT=nheko-x86_64.AppImage -chmod +x $ARTIFACT +chmod +x nheko-x86_64.AppImage |