Attempt to fix linux CI deploy

This commit is contained in:
redsky17 2019-01-31 20:04:00 -05:00
parent 4e43c5cbbc
commit 8939a6871b
1 changed files with 2 additions and 1 deletions

View File

@ -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