Patch to add Debian, RPM, and FlatPak to download links#4
Open
cholmcc wants to merge 1 commit intovassalengine:mainfrom
Open
Patch to add Debian, RPM, and FlatPak to download links#4cholmcc wants to merge 1 commit intovassalengine:mainfrom
cholmcc wants to merge 1 commit intovassalengine:mainfrom
Conversation
Author
uckelman
reviewed
Feb 16, 2026
…page. When index.html is visited by a Linux client, the user will see a single button - like the one seen when visitin from an unknown OS. The button will not provide a single click download, but will instead redirect the visitor to the download.html. I think there's a better solution, but this is what Joel wants, so ... Hopefully, this will be the last update to this PR.
180c904 to
aace0e0
Compare
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.


This patch will add the Debian and RPM packages to the
download.htmlpage.When
index.htmlis visited by a Linux client, the user will see a single button - like the one seen when visitin from an unknown OS. The button will not provide a single click download, but will instead redirect the visitor to thedownload.html.I think there's a better solution, but this is what Joel wants, so ...