fix appimage filename being hardcoded

This commit is contained in:
a-bad-dev 2026-01-26 10:55:09 -04:00 committed by GitHub
commit ceecf4d4c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -99,7 +99,7 @@ cd ..
ARCH=aarch64 ./appimagetool --appimage-extract-and-run AppDir/
# Move the appimage to this script's folder
mv Luanti-aarch64.AppImage ../../luanti-5.15.0-aarch64.AppImage
mv Luanti-aarch64.AppImage ../../luanti-${VERSION}-aarch64.AppImage
# Clean up
cd ../..