Skip to content

Commit 215ccb9

Browse files
committed
Fix AppImageUpdate information
Also switches from continuous to stable release cycle.
1 parent 1f13095 commit 215ccb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/nix/build-appimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ chmod +x linuxdeploy*.AppImage
5353
git_version="$(cd "$REPO_ROOT" && git describe --tags)"
5454

5555
# configure AppImageUpdate
56-
export UPD_INFO="gh-releases-zsync|blue-nebula|release|continuous|Blue_Nebula-*$ARCH.AppImage.zsync"
56+
export UPD_INFO="gh-releases-zsync|blue-nebula|base|latest|Blue_Nebula-*$ARCH.AppImage.zsync"
5757
export VERSION="$git_version"
5858

5959
./linuxdeploy-"$ARCH".AppImage --appdir AppDir --output appimage

0 commit comments

Comments
 (0)