-
Notifications
You must be signed in to change notification settings - Fork 92
Description
Is your feature request related to a problem? Please describe.
Once the new build process is finished it will be possible to have direct download links to the binaries.
@nefarius2001 and me agreed that it would be great to include them in the website so that a new user doesn’t need to get in touch with another website (SourceForge). Problem: the link to the binaries will change once a new version is released and will have to be updated on the website.
Describe the solution you'd like
An easy way to change the download links can be achieved by saving them in the _config.yml file and then use a variable on all pages where these URLs should be included.
Describe alternatives you've considered
A permanent URL to the binary.
The current approach (automatically compile for "latest" and label the binaries *latest* & upload to a release called "latest" on GitHub has been dismissed since it involves too much complexity on the Autobild side.
Nefarius proposed some kind of redirect but this doesn’t seem to be possible cleanly with GH pages (GitHub always returns HTTP 200 and the current redirect implemented here is a hack).
Any thoughts here?
Additional context