site: route download CTAs to latest Mac release + TestFlight#96
Closed
ashbhat wants to merge 1 commit into
Closed
Conversation
Hero "Download for Mac" now points at the GitHub /releases/latest page (currently the signed + notarized v1.0-jun20 DMG), and the iPhone CTA + nav "Get the app" point at the TestFlight join link. Previously all three pointed at the build-from-source #setup anchor. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Collaborator
Author
|
Superseded by the develop-targeted PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Wires up the loopharness.com download CTAs so the site routes to a real Mac download and the iOS TestFlight build, instead of pointing everything at the build-from-source
#setupanchor.Changes (
website/index.html)/releases/latest. This auto-tracks the newest release (currently the signed + notarizedv1.0-jun20DMG) so the link never needs updating for future builds.https://testflight.apple.com/join/sptcA35U.#setup).Notes
/releases/latestpage rather than a direct DMG asset URL on purpose: manual builds shipLoop.dmgwhile the CI workflow shipsLoop-<run>.dmg, so a fixed asset filename wouldn't be stable across release types. The release page always surfaces the right asset./releases/latestresolve,v1.0-jun20was flagged as the latest release (it previously was not).🤖 Generated with Claude Code