Skip to content

Commit 5477d78

Browse files
authored
fix sed
1 parent 768500c commit 5477d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gimp-appimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ echo "Generating AppImage..."
202202
--header uruntime \
203203
-i ./AppDir -o ./GIMP-"$VERSION"-anylinux-"$ARCH".AppImage
204204

205-
UPINFO="$(echo "$UPINFO" | sed 's#.AppImage#*.AppBundle#g')"
205+
UPINFO="$(echo "$UPINFO" | sed 's#.AppImage.zsync#*.AppBundle.zsync#g')"
206206
wget -O ./pelf "https://github.com/xplshn/pelf/releases/latest/download/pelf_$ARCH"
207207
chmod +x ./pelf
208208
echo "Generating [dwfs]AppBundle...(Go runtime)"

0 commit comments

Comments
 (0)