From ed13b389e26fa2f8eec4481534510b71671899ef Mon Sep 17 00:00:00 2001 From: Samuel <36420837+Samueru-sama@users.noreply.github.com> Date: Sun, 6 Apr 2025 22:43:52 -0400 Subject: [PATCH] simplify appimagetool since defaults are better --- qdiskinfo-appimage.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/qdiskinfo-appimage.sh b/qdiskinfo-appimage.sh index 09e345d..0a78c84 100644 --- a/qdiskinfo-appimage.sh +++ b/qdiskinfo-appimage.sh @@ -71,8 +71,5 @@ cd .. wget "$APPIMAGETOOL" -O ./appimagetool chmod +x ./appimagetool -./appimagetool --comp zstd \ - --mksquashfs-opt -Xcompression-level \ - --mksquashfs-opt 22 \ - --no-appstream -u "$UPINFO" \ +./appimagetool --no-appstream -u "$UPINFO" \ "$PWD"/AppDir "$PWD"/"$APP"-"$VERSION"-"$ARCH".AppImage