Skip to content

Commit 562b926

Browse files
authored
use dwarfs image profile to speedup launch time
1 parent 6054650 commit 562b926

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gimp-appimage.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ echo "Generating AppImage..."
116116
./uruntime --appimage-mkdwarfs -f \
117117
--set-owner 0 --set-group 0 \
118118
--no-history --no-create-timestamp \
119-
--compression zstd:level=22 -S25 -B8 \
119+
--categorize=hotness --hotness-list=gimp.dwfsprof \
120+
--compression zstd:level=22 -S26 -B8 \
120121
--header uruntime \
121122
-i ./AppDir -o ./GIMP-"$VERSION"-anylinux-"$ARCH".AppImage
122123

0 commit comments

Comments
 (0)