mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Attempt to fix linux CI deploy
This commit is contained in:
parent
4e43c5cbbc
commit
8939a6871b
1 changed files with 2 additions and 1 deletions
|
@ -39,5 +39,6 @@ export LD_LIBRARY_PATH=.deps/usr/lib/:$LD_LIBRARY_PATH
|
||||||
chmod +x nheko-*x86_64.AppImage
|
chmod +x nheko-*x86_64.AppImage
|
||||||
|
|
||||||
if [ ! -z $VERSION ]; then
|
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
|
fi
|
||||||
|
|
Loading…
Reference in a new issue