From ceecf4d4c690e7a890becb2b5f2bcfbecde0a378 Mon Sep 17 00:00:00 2001 From: a-bad-dev <244852891+a-bad-dev@users.noreply.github.com> Date: Mon, 26 Jan 2026 10:55:09 -0400 Subject: [PATCH] fix appimage filename being hardcoded --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index f12a70c..f05019f 100644 --- a/build.sh +++ b/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 ../..