Fix AppImage updating, which has apparently been broken for *years*. Why didn't anyone tell me????
This commit is contained in:
parent
17d11647e7
commit
97b46ad01a
@ -31,7 +31,7 @@ case "${ARCH}" in
|
|||||||
'amd64') APPIMAGE_ARCH='x86_64';;
|
'amd64') APPIMAGE_ARCH='x86_64';;
|
||||||
esac
|
esac
|
||||||
ARCH="${APPIMAGE_ARCH}" appimagetool \
|
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}" \
|
--runtime-file "build/appimage/runtime-${ARCH}" \
|
||||||
--comp xz \
|
--comp xz \
|
||||||
"./out/${MODE}-${ARCH}" \
|
"./out/${MODE}-${ARCH}" \
|
||||||
|
Loading…
Reference in New Issue
Block a user