[feature] panel self-update via tauri-plugin-updater; pb check-updates reports patchbay itself - #5
Merged
Merged
Conversation
…s reports patchbay itself
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



What
latest.jsonon the latest GitHub release, minisign-verified); when a newer signed build exists a slim banner offers update and relaunch / not now. Download shows progress, install lands in place, relaunch is one click. Dev builds never check; an offline machine sees nothing (a failed check is silent).pb check-updatesnow reports patchbay itself — same 24 h cache, same GitHub lookup path and rate-limit stop as every other row; the update hint points at the release page rather than inventing a package manager..app.tar.gz+.sig, signed with the newTAURI_SIGNING_PRIVATE_KEYrepo secret) and publisheslatest.jsonalongside the DMG and CLI tarballs.Notes for review
tauri.conf.json; the private key lives in the repo secrets and in the owner's own patchbay key vault (pb key list→patchbay-updater-signing-key).createUpdaterArtifactson,tauri buildrequires the signing key — a fork can still run CI (the panel job only typechecks/builds the front end) but cannot produce release bundles unsigned.Verification
cargo test --workspace601 passing (+3), clippy-D warningsclean,bun run buildgreen,cargo checkin src-tauri green. Local smoke: the self row renderspatchbay 0.2.0 → latestfrom the cache path.