EmbARC: fix download URLs for Mac and Linux - #616
Merged
JeromeMartinez merged 1 commit intoApr 9, 2026
Conversation
Signed-off-by: Guillaume Roques <guillaume.roques@gmail.com>
There was a problem hiding this comment.
Pull request overview
Updates embARC download page templates to correct snapshot download URLs for macOS and Linux artifacts.
Changes:
- Update macOS GUI/CLI download links to the 20260404 snapshot paths and version labels.
- Fix Linux GUI link to point to the Linux x64 ZIP artifact (instead of a macOS DMG), and update Linux GUI/CLI snapshot directory to
20260130_sign-4.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
src/EmbARCBundle/Resources/views/Download/macTable.html.twig |
Updates macOS GUI/CLI snapshot URLs and displayed version to match the new snapshot. |
src/EmbARCBundle/Resources/views/Download/linuxTable.html.twig |
Corrects Linux GUI/CLI URLs to Linux x64 ZIP artifacts and updates snapshot directory naming. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -2,11 +2,11 @@ | |||
| <th rowspan="2">Any Linux</th> | |||
| <th rowspan="2">Any CPU</th> | |||
There was a problem hiding this comment.
The Linux download row is labeled "Any CPU", but the linked artifacts are explicitly "Linux_x64". This is misleading for users on non-x86_64 architectures; either adjust the label to x86_64/amd64 or provide additional architecture rows/links.
Suggested change
| <th rowspan="2">Any CPU</th> | |
| <th rowspan="2">x86_64 / amd64</th> |
Member
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.
No description provided.