diff options
author | 0neGal <mail@0negal.com> | 2023-01-31 20:30:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-31 20:30:11 +0100 |
commit | fe0ada0c733687050a6a16d19d45a3de7790de7d (patch) | |
tree | aeb243f4ce55d20117c5fd4c852da9d72c533a4a /README.md | |
parent | 9dd72777f685b98951b13020d5bb303549c79161 (diff) | |
download | FlightCore-fe0ada0c733687050a6a16d19d45a3de7790de7d.tar.gz FlightCore-fe0ada0c733687050a6a16d19d45a3de7790de7d.zip |
docs: Redirector to up-to-date releases (#151)
* Add GitHub pages download redirector
Very simply put, this fetches the current release, and translates search
queries like `?appimage` into the download URL for the most recent
.AppImage file, then redirects you to it, effectively downloading it.
* Update download link to use redirector
Now the link doesn't have to be updated every time there's a release!
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ <img src="docs/assets/Square310x310Logo.png" width="200px"> <br> <br> - <a href="https://github.com/R2NorthstarTools/FlightCore/releases/download/v1.6.0/FlightCore_1.6.0_x64_en-US.msi"><img src="docs/assets/downloadbutton.png" width="300px"></a> + <a href="https://r2northstartools.github.io/FlightCore/index.html?win-setup"><img src="docs/assets/downloadbutton.png" width="300px"></a> <br> </p> |