Skip to content

Commit

Permalink
increase block size
Browse files Browse the repository at this point in the history
  • Loading branch information
Samueru-sama authored Nov 25, 2024
1 parent 020651b commit 5d841f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cromite-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ echo "Generating AppImage..."
./uruntime --appimage-mkdwarfs -f \
--set-owner 0 --set-group 0 \
--no-history --no-create-timestamp \
--compression zstd:level=22 -S22 -B16 \
--compression zstd:level=22 -S23 -B16 \
--header uruntime \
-i ./AppDir -o "$PACKAGE"-"$VERSION"-anylinux-"$ARCH".AppImage

Expand Down

0 comments on commit 5d841f6

Please sign in to comment.