Tauri Updater Github Releases

Use when hosting Tauri v2 update artifacts and the `latest.json` manifest on GitHub Releases — wiring `tauri-apps/tauri-action` to build + sign + upload a multi-OS matrix (darwin-aarch64, darwin-x86_64, linux-x86_64, windows-x86_64), using the `latest/download/latest.json` redirect so installed apps always hit the current release, expanding the `{{target}}` / `{{arch}}` / `{{current_version}}` placeholders in `plugins.updater.endpoints`, providing fallback hosts via the endpoints array, and manually uploading + crafting `latest.json` if you're not using tauri-action. Pairs with [[tauri-updater-signing-keys]] for key wiring and [[tauri-updater-install-flow]] for the client-side check/download UX.

stuffbucket 5382dda 3 files · 14.1 KB Updated

File contents

stuffbucket/skills/tree/main/plugins/stuffbucket/skills/tauri-updater-github-releases commit 5382dda1a7

Frequently asked questions

npx skillmds@latest add stuffbucket/tauri-updater-github-releases