summary refs log tree commit diff
diff options
context:
space:
mode:
-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