mirror of
https://github.com/a-bad-dev/luanti-appimages-aarch64.git
synced 2026-06-08 16:22:11 +00:00
fix appimage filename being hardcoded
This commit is contained in:
parent
4fa2e35224
commit
ceecf4d4c6
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
|
@ -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 ../..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue