From 7621091b095a1d1bc34e1988bb651241988f20d4 Mon Sep 17 00:00:00 2001 From: Justin <153443117+justin025@users.noreply.github.com> Date: Mon, 26 Aug 2024 21:22:20 +0000 Subject: [PATCH] chmod +x appimage after build --- build_appimage.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build_appimage.sh b/build_appimage.sh index f55281f..4cfc56c 100755 --- a/build_appimage.sh +++ b/build_appimage.sh @@ -66,5 +66,7 @@ echo " => Build OnTheSpot Appimage" ./appimagetool-x86_64.AppImage --appimage-extract squashfs-root/AppRun OnTheSpot.AppDir mv OnTheSpot-x86_64.AppImage ../dist/OnTheSpot-x86_64.AppImage +chmod +x ../dist/OnTheSpot-x86_64.AppImage + echo " => Done "