Fix AppImage updating, which has apparently been broken for *years*. Why didn't anyone tell me????

This commit is contained in:
TheBrokenRail 2023-11-25 18:22:43 -05:00
parent 17d11647e7
commit 97b46ad01a
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ case "${ARCH}" in
'amd64') APPIMAGE_ARCH='x86_64';;
esac
ARCH="${APPIMAGE_ARCH}" appimagetool \
--updateinformation "zsync|https://gitea.thebrokenrail.com/minecraft-pi-reborn/minecraft-pi-reborn/releases/download/latest/${NAME}-latest-${ARCH}.AppImage.zsync" \
--updateinformation "zsync|https://gitea.thebrokenrail.com/minecraft-pi-reborn/minecraft-pi-reborn/releases/download/latest/${NAME}-${MODE}-latest-${ARCH}.AppImage.zsync" \
--runtime-file "build/appimage/runtime-${ARCH}" \
--comp xz \
"./out/${MODE}-${ARCH}" \