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!
---
README.md | 2 +-
docs/index.html | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 65 insertions(+), 1 deletion(-)
create mode 100644 docs/index.html
diff --git a/README.md b/README.md
index f4f2e7ff..0bd93816 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
-
+
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