summaryrefslogtreecommitdiffstats
path: root/.ci/linux/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to '.ci/linux/deploy.sh')
-rwxr-xr-x.ci/linux/deploy.sh10
1 files changed, 6 insertions, 4 deletions
diff --git a/.ci/linux/deploy.sh b/.ci/linux/deploy.sh
index 4e716003..38317a4a 100755
--- a/.ci/linux/deploy.sh
+++ b/.ci/linux/deploy.sh
@@ -36,8 +36,10 @@ export LD_LIBRARY_PATH=.deps/usr/lib/:$LD_LIBRARY_PATH
./linuxdeployqt*.AppImage ${DIR}/usr/share/applications/*.desktop -bundle-non-qt-libs
./linuxdeployqt*.AppImage ${DIR}/usr/share/applications/*.desktop -appimage
-chmod +x nheko-x86_64.AppImage
+chmod +x nheko-*x86_64.AppImage
-if [ ! -z $TRAVIS_TAG ]; then
- mv nheko-x86_64.AppImage nheko-${TRAVIS_TAG}-x86_64.AppImage
-fi
+if [ ! -z $VERSION ]; then
+ # commented out for now, as AppImage file appears to already contain the version.
+ #mv nheko-*x86_64.AppImage nheko-${VERSION}-x86_64.AppImage
+ echo "nheko-${VERSION}-x86_64.AppImage"
+fi \ No newline at end of file