Skip to content

Commit ae8ff43

Browse files
authored
fix UPINFO checking old tag
1 parent c7f6d53 commit ae8ff43

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
@@ -7,7 +7,7 @@ export APPIMAGE_EXTRACT_AND_RUN=1
77
export VERSION="$(pacman -Q gimp | awk 'NR==1 {print $2; exit}')"
88
echo "$VERSION" > ~/version
99
export STRACE_TIME=20
10-
UPINFO="gh-releases-zsync|$(echo $GITHUB_REPOSITORY | tr '/' '|')|continuous|*$ARCH.AppImage.zsync"
10+
UPINFO="gh-releases-zsync|$(echo $GITHUB_REPOSITORY | tr '/' '|')|latest|*$ARCH.AppImage.zsync"
1111
LIB4BN="https://raw.githubusercontent.com/VHSgunzo/sharun/refs/heads/main/lib4bin"
1212
URUNTIME="https://github.com/VHSgunzo/uruntime/releases/latest/download/uruntime-appimage-dwarfs-$ARCH"
1313
PHOTOGIMP="https://github.com/Diolinux/PhotoGIMP/releases/latest/download/PhotoGIMP-linux.zip"

0 commit comments

Comments
 (0)