Commit a6960b9
committed
fix(dashboard): point updater at new GitHub Pages URL after repo rename
The Tauri auto-updater endpoint was still pointing at
'cortexkit.github.io/opencode-magic-context/latest.json' from before
the repo was renamed to cortexkit/magic-context. After the rename
GitHub Pages does not redirect that subdomain — every Pages URL on
the old name 404s. Anyone running v0.3.4 or v0.4.0 today is silently
frozen at install time because the dashboard polls a dead endpoint
on every startup.
Live verification:
cortexkit.github.io/opencode-magic-context/latest.json → 404
cortexkit.github.io/magic-context/latest.json → 200
The deploy-updater job in dashboard-release.yml already publishes to
the new URL via GitHub Pages, so once a build with this fix lands in
users' hands, auto-updates work normally for everyone going forward.
v0.3.4 + v0.4.0 users still need a one-time manual download because
the dead URL is baked into their existing binaries.
This fix needs to ship as the next dashboard release before promoting
the download link.1 parent d32efd7 commit a6960b9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments