We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f13095 commit 6b57d91Copy full SHA for 6b57d91
release/nix/build-appimage.sh
@@ -53,7 +53,7 @@ chmod +x linuxdeploy*.AppImage
53
git_version="$(cd "$REPO_ROOT" && git describe --tags)"
54
55
# configure AppImageUpdate
56
-export UPD_INFO="gh-releases-zsync|blue-nebula|release|continuous|Blue_Nebula-*$ARCH.AppImage.zsync"
+export UPD_INFO="gh-releases-zsync|blue-nebula|base|latest|Blue_Nebula-*$ARCH.AppImage.zsync"
57
export VERSION="$git_version"
58
59
./linuxdeploy-"$ARCH".AppImage --appdir AppDir --output appimage
0 commit comments