From 0edd9e7a49d983c593d6c76003e6e2ebb7efea73 Mon Sep 17 00:00:00 2001 From: Martijn de Boer Date: Sat, 29 Oct 2022 16:25:18 +0200 Subject: [PATCH] linux appdir & appimage build --- tools/build.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/build.sh b/tools/build.sh index 0938b07..9d341dc 100644 --- a/tools/build.sh +++ b/tools/build.sh @@ -37,9 +37,14 @@ downloadlove() { cd linux curl -L -O $LOVE_LINUX curl -L -O $APPIMAGETOOL + + chmod +x appimagetool-x86_64.AppImage + chmod +x love-$LOVE_VERSION-x86_64.AppImage ./appimagetool-x86_64.AppImage --appimage-extract mv squashfs-root appimage + chmod +x appimage/AppRun ./love-$LOVE_VERSION-x86_64.AppImage --appimage-extract + chmod +x squashfs-root/AppRun cd .. cd ..