Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCleanup #65
Merged
Cleanup #65
Conversation
| <a class="btn btn-primary btn-large" id="button-windows-exe" role="button" | ||
| href="nightly/windows-msvc/servo-latest.exe">Windows Build Installer (64-bit)</a><br> | ||
| href="nightly/windows-msvc/servo-latest.exe">Windows EXE (x64)</a><br> | ||
|
|
||
| <a class="btn btn-primary btn-large" id="button-windows-zip" role="button" | ||
| href="nightly/windows-msvc/servo-latest.zip">Windows Build (64-bit)</a><br> | ||
| href="nightly/windows-msvc/servo-latest.zip">Windows ZIP (x64)</a><br> | ||
|
|
||
| <a class="btn btn-primary btn-large" id="button-uwp" role="button" | ||
| href="nightly/uwp/servo-latest.zip">UWP Build</a><br> | ||
| href="nightly/uwp/servo-latest.zip">UWP (arm64/x64)</a><br> | ||
|
|
||
| <a class="btn btn-primary btn-large" id="button-macos" role="button" | ||
| href="nightly/mac/servo-latest.dmg">macOS Build</a><br> | ||
| href="nightly/mac/servo-latest.dmg">macOS</a><br> | ||
|
|
||
| <a class="btn btn-primary btn-large" id="button-linux" role="button" | ||
| href="nightly/linux/servo-latest.tar.gz">Linux Build (64-bit)</a><br> | ||
| href="nightly/linux/servo-latest.tar.gz">Linux (x64)</a><br> |
Comment on lines
49
to
+62
This comment has been minimized.
This comment has been minimized.
camelid
Jun 19, 2020
Author
Contributor
What do you think of the text for the download buttons? I was tempted to put "macOS (x64)" for consistency, but I think 32-bit Macs barely exist these days.
This comment has been minimized.
This comment has been minimized.
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.
camelid commentedJun 19, 2020
Clean up some HTML and shorten the download button text.
r? @jdm