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.
sed
1 parent 768500c commit 5477d78Copy full SHA for 5477d78
gimp-appimage.sh
@@ -202,7 +202,7 @@ echo "Generating AppImage..."
202
--header uruntime \
203
-i ./AppDir -o ./GIMP-"$VERSION"-anylinux-"$ARCH".AppImage
204
205
-UPINFO="$(echo "$UPINFO" | sed 's#.AppImage#*.AppBundle#g')"
+UPINFO="$(echo "$UPINFO" | sed 's#.AppImage.zsync#*.AppBundle.zsync#g')"
206
wget -O ./pelf "https://github.com/xplshn/pelf/releases/latest/download/pelf_$ARCH"
207
chmod +x ./pelf
208
echo "Generating [dwfs]AppBundle...(Go runtime)"
0 commit comments