Skip to content
Snippets Groups Projects
Commit 8939a687 authored by Joe Donofry's avatar Joe Donofry
Browse files

Attempt to fix linux CI deploy

parent 4e43c5cb
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment