diff options
author | redsky17 <rubberduckie3554@gmail.com> | 2019-01-31 20:04:00 -0500 |
---|---|---|
committer | redsky17 <rubberduckie3554@gmail.com> | 2019-01-31 20:04:00 -0500 |
commit | 8939a6871bab3b10a70d635e24c436bf07553183 (patch) | |
tree | a188dcea7cb294e15c3e24ec453ef75964658b12 /.ci | |
parent | Even more CI script fixes (diff) | |
download | nheko-8939a6871bab3b10a70d635e24c436bf07553183.tar.xz |
Attempt to fix linux CI deploy
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/linux/deploy.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.ci/linux/deploy.sh b/.ci/linux/deploy.sh index cdb5475a..6967021d 100755 --- a/.ci/linux/deploy.sh +++ b/.ci/linux/deploy.sh @@ -39,5 +39,6 @@ export LD_LIBRARY_PATH=.deps/usr/lib/:$LD_LIBRARY_PATH chmod +x nheko-*x86_64.AppImage if [ ! -z $VERSION ]; then - mv nheko-*x86_64.AppImage nheko-${VERSION}-x86_64.AppImage + # commented out for now, as AppImage file appears to already contain the version. + #mv nheko-*x86_64.AppImage nheko-${VERSION}-x86_64.AppImage fi |