fix(landing): download buttons 404 — use real v1.0.7 filenames (dots, not spaces) #4782
ccantynzcommented Apr 18, 2026
Originally written by @vercel[bot] on GitHub.
The latest updates on your projects. Learn more about Vercel for GitHub.
| Project | Deployment | Actions | Updated (UTC) |
|---|---|---|---|
| voxlen | Preview, Comment | Apr 18, 2026 1:40am |
Cross-repo impact
See what breaks downstream if this PR merges.
⮌ Merged
This pull request was merged into main.
c comment · e edit title · m merge · a approve · r request changes · ? shortcuts
Originally written by @ccantynz-alt on GitHub.
Imported from https://github.com/ccantynz-alt/voxlen/pull/19
The 404 fix
You're still seeing 404s on the landing page download buttons because the landing page has the wrong filenames for v1.0.7.
Root cause: GitHub's release workflow converts spaces in uploaded artifact names to dots. Actual v1.0.7 filenames are:
Marco.Reid.Voice_1.0.7_x64_en-US.msi(Windows)Marco.Reid.Voice_1.0.7_aarch64.dmg(macOS)Marco.Reid.Voice_1.0.7_amd64.AppImage(Linux)The landing page was pointing at
Marco Reid Voice_...(with spaces) which don't exist.What's in this PR
landing/src/App.tsxto use the actual filenamestsc --noEmitcleanAfter merge
GitHub Pages redeploys the landing page (~1 min). Download buttons start returning real installers instead of 404s.
https://claude.ai/code/session_01setup-workers