feat(desktop,website): wire updater endpoint + release tooling

- tauri.conf.json: endpoints now points at the website-hosted
  manifest (https://<azure-swa>/updater/latest.json) so the
  already-built UpdateChecker actually has somewhere to check.
- website/public/updater/latest.json: placeholder manifest with
  empty platforms map (clients will see "up to date" until a real
  release ships).
- scripts/build-updater-manifest.mjs: helper that ingests signed
  Tauri bundle artifacts and emits the manifest, so future releases
  are one node command instead of hand-edited JSON.
- scripts/UPDATER.md: step-by-step for every release — what to set,
  what to upload, where to commit.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-12 16:18:51 +08:00
co-authored by Claude Opus 4.7
parent c17be9ef3b
commit 49be79fb9a
4 changed files with 172 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"version": "0.1.0",
"notes": "Initial Heicode desktop release. Future versions will populate this manifest automatically.",
"pub_date": "2026-05-12T00:00:00Z",
"platforms": {}
}