summary refs log tree commit diff
diff options
context:
space:
mode:
authorredsky17 <rubberduckie3554@gmail.com>2019-01-31 20:04:00 -0500
committerredsky17 <rubberduckie3554@gmail.com>2019-01-31 20:04:00 -0500
commit8939a6871bab3b10a70d635e24c436bf07553183 (patch)
treea188dcea7cb294e15c3e24ec453ef75964658b12
parentEven more CI script fixes (diff)
downloadnheko-8939a6871bab3b10a70d635e24c436bf07553183.tar.xz
Attempt to fix linux CI deploy
-rwxr-xr-x.ci/linux/deploy.sh3
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