From fe0ada0c733687050a6a16d19d45a3de7790de7d Mon Sep 17 00:00:00 2001 From: 0neGal Date: Tue, 31 Jan 2023 20:30:11 +0100 Subject: 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! --- docs/index.html | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 docs/index.html (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 00000000..737e5ea5 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,64 @@ + -- cgit v1.2.3