inexorgame-obsolete / deprecated-cube-engine-inexor

UNMAINTAINED: Please have a look at the vulkan-renderer
https://inexor.org
zlib License
11 stars 1 forks source link

The download page should always link to the latest release #498

Closed Croydon closed 6 years ago

Croydon commented 6 years ago

Use this GitHub API call: https://developer.github.com/v3/repos/releases/#get-the-latest-release

Use the tag_name attribute.

Then manipulate the download link to: https://github.com/inexorgame/inexor-core/releases/download/ {tag_name} /Inexor- {tag_name} - {Linux|win64} .zip (without the spaces)

Croydon commented 6 years ago

Thank you @alwasa0b!

https://github.com/inexorgame/site/pull/17