docs(readme): point installer links to GitHub Releases#2464
Open
arnestrickmann wants to merge 1 commit into
Open
docs(readme): point installer links to GitHub Releases#2464arnestrickmann wants to merge 1 commit into
arnestrickmann wants to merge 1 commit into
Conversation
## Summary Updates the README installer links to use GitHub Releases asset URLs instead of the R2 mirror. We are already moving manual downloads back to GitHub Releases with this change, and the next step is switching production release asset hosting/publishing back to GitHub Releases while keeping the R2 update path available for existing users. ## Notes - Keeps the existing latest release page link unchanged. - Does not change updater behavior or release workflows. - Helps README/manual downloads count toward GitHub Release download totals.
Contributor
Greptile SummaryThis PR updates the six manual installer links in the README's installation table from the R2 mirror (
Confidence Score: 5/5Safe to merge — only documentation links are changed, no code or workflows are affected. All six installer URLs are updated to the standard GitHub No files require special attention.
|
| Filename | Overview |
|---|---|
| README.md | Replaces three R2 mirror download URLs (releases.emdash.sh) with GitHub Releases latest-download URLs for all six platform installers; no structural or content changes. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[User clicks README installer link] --> B{Platform}
B -->|macOS Apple Silicon| C["github.com/.../emdash-arm64.dmg"]
B -->|macOS Intel| D["github.com/.../emdash-x64.dmg"]
B -->|Windows Installer| E["github.com/.../emdash-x64.msi"]
B -->|Windows Portable| F["github.com/.../emdash-x64.exe"]
B -->|Linux AppImage| G["github.com/.../emdash-x86_64.AppImage"]
B -->|Linux Debian| H["github.com/.../emdash-amd64.deb"]
C & D & E & F & G & H --> I[GitHub Releases /latest/download/ redirect]
I --> J[Download latest asset]
Reviews (1): Last reviewed commit: "docs(readme): point installer links to G..." | Re-trigger Greptile
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.
Summary
Updates the README installer links to use GitHub Releases asset URLs instead of the R2 mirror.
We are already moving manual downloads back to GitHub Releases with this change, and the next step is switching production release asset hosting/publishing back to GitHub Releases while keeping the R2 update path available for existing users.
Notes
Description
Give a short summary of what changed, why it's needed, and any important implementation notes.
Related issues
Link related issues. If this PR fixes an issue, mention it like: Fixes #123.
Testing
List the checks you ran, for example
pnpm run format,pnpm run lint,pnpm run typecheck,pnpm run test, and any manual testing.Screenshot/Recording (if applicable)
Attach a screenshot, GIF, or recording of the change. This is optional, but helps reviewers
understand UI or workflow changes.
Checklist
messages and, when possible, the PR title