Skip to content

Commit

Permalink
use latest for update information
Browse files Browse the repository at this point in the history
  • Loading branch information
Samueru-sama authored Dec 1, 2024
1 parent 5d6145d commit 5ff20e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puddletag-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -eu
PACKAGE="puddletag"
export APPIMAGE_EXTRACT_AND_RUN=1
export ARCH="$(uname -m)"
UPINFO="gh-releases-zsync|$(echo $GITHUB_REPOSITORY | tr '/' '|')|continuous|*$ARCH.AppImage.zsync"
UPINFO="gh-releases-zsync|$(echo $GITHUB_REPOSITORY | tr '/' '|')|latest|*$ARCH.AppImage.zsync"
URUNTIME=$(wget -q https://api.github.com/repos/VHSgunzo/uruntime/releases -O - \
| sed 's/[()",{} ]/\n/g' | grep -oi "https.*appimage.*dwarfs.*$ARCH$" | head -1)

Expand Down

0 comments on commit 5ff20e2

Please sign in to comment.