mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +03:00
Modify linux deploy.sh
This commit is contained in:
parent
8939a6871b
commit
e16461e2d9
1 changed files with 2 additions and 1 deletions
|
@ -41,4 +41,5 @@ chmod +x nheko-*x86_64.AppImage
|
||||||
if [ ! -z $VERSION ]; then
|
if [ ! -z $VERSION ]; then
|
||||||
# commented out for now, as AppImage file appears to already contain the version.
|
# commented out for now, as AppImage file appears to already contain the version.
|
||||||
#mv nheko-*x86_64.AppImage nheko-${VERSION}-x86_64.AppImage
|
#mv nheko-*x86_64.AppImage nheko-${VERSION}-x86_64.AppImage
|
||||||
|
echo "nheko-${VERSION}-x86_64.AppImage"
|
||||||
fi
|
fi
|
Loading…
Reference in a new issue