CodeIssuesPull RequestsActionsSecurityInsights
✨ AI
More
Settings

fix(landing): download buttons 404 — use real v1.0.7 filenames (dots, not spaces) #4782

Merged⚡ AI-generatedXSccantynz wants to mergeclaude/setup-workers-local-dev-OIn7Rmainopened Apr 18, 2026
ccantynzcommented Apr 18, 2026

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

  • 1 commit, 1 file, 5 lines changed
  • Updates landing/src/App.tsx to use the actual filenames
  • tsc --noEmit clean

After 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

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 Ready Ready Preview, Comment Apr 18, 2026 1:40am

Request Review

Cross-repo impact

See what breaks downstream if this PR merges.

Analyze →
⮌ Merged

This pull request was merged into main.

c comment · e edit title · m merge · a approve · r request changes · ? shortcuts