From 21606dc421023e962e67f8e6bb5638f67fefbb19 Mon Sep 17 00:00:00 2001 From: Wyvest Date: Sat, 6 Jan 2024 13:48:20 -0500 Subject: [PATCH] Add beta windows installer to download count --- docs/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/index.html b/docs/index.html index c1c9fa4..adb3b4c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -358,6 +358,9 @@

fetch("https://api.github.com/repos/SkyblockClient/SkyblockClient/releases").then((r) => r.json(), ), + fetch("https://api.github.com/repos/SkyblockClient/SkyClient-Installer-Windows/releases").then((r) => + r.json(), + ), fetch("https://api.github.com/repos/SkyblockClient/Skyclient-installer-Java/releases").then( (r) => r.json(), ),