CE: Update landing download links to desktop-v0.1.1#304
Merged
Conversation
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.
What
Update the three pinned desktop download URLs on modelrelay.io from
desktop-v0.1.0todesktop-v0.1.1.Why
PR #301 bumped the desktop crate to 0.1.1 and the release workflow published desktop-v0.1.1 with full artifacts, but
crates/modelrelay-cloud/templates/index.htmlstill pinned the three "Download the Desktop App" buttons to v0.1.0. Visitors were getting the old build.Follow-up to release task "Cut desktop-v0.1.1 release (captures #293 onboarding + #294 polish)".
Verification
All three new URLs return HTTP 200:
desktop-v0.1.1/ModelRelay_0.1.1_amd64.debdesktop-v0.1.1/ModelRelay_0.1.1_aarch64.dmgdesktop-v0.1.1/ModelRelay_0.1.1_x64-setup.exeThe two
/releases/latestreferences (line 356 "Desktop app available" link and line 535 "View all downloads" link) are left untouched — they currently resolve to desktop-v0.1.1 since it is the most recent release. Latent gotcha (thegithub-releases-latest-gotchapattern) still applies for when a CLI release later becomes the most recent tag; out of scope here.Test plan