We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6054650 commit 562b926Copy full SHA for 562b926
gimp-appimage.sh
@@ -116,7 +116,8 @@ echo "Generating AppImage..."
116
./uruntime --appimage-mkdwarfs -f \
117
--set-owner 0 --set-group 0 \
118
--no-history --no-create-timestamp \
119
- --compression zstd:level=22 -S25 -B8 \
+ --categorize=hotness --hotness-list=gimp.dwfsprof \
120
+ --compression zstd:level=22 -S26 -B8 \
121
--header uruntime \
122
-i ./AppDir -o ./GIMP-"$VERSION"-anylinux-"$ARCH".AppImage
123
0 commit comments