Skip to content

Commit e8c1c67

Browse files
authored
also check ARGV0 to enable photogimp
1 parent 2c98a2d commit e8c1c67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gimp-appimage.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ ln -sfn "$CURRENTDIR"/lib /tmp/o_0
131131
if [ "$1" = "--photogimp" ]; then
132132
shift
133133
ENABLE_PHOTO_GIMP=1
134+
elif [ "$(basename "$ARGVO")" = "photogimp" ]; then
135+
ENABLE_PHOTO_GIMP=1
134136
elif [ "$1" = "--remove-photogimp" ]; then
135137
shift
136138
set -u

0 commit comments

Comments
 (0)