From 3f0f77178175066545ac6247586549607ee0b35a Mon Sep 17 00:00:00 2001 From: Ceikry <61421472+Ceikry@users.noreply.github.com> Date: Tue, 27 Jul 2021 09:43:55 -0500 Subject: [PATCH] IQ filter engaged --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2d3051fca..c49b83ced 100644 --- a/index.html +++ b/index.html @@ -192,7 +192,7 @@ if (navigator.appVersion.indexOf("Win") != -1) Name = "windows"; else Name = "unix"; if(Name == "windows"){ - window.location.href = "https://gitlab.com/2009scape/09launcher/-/jobs/artifacts/master/raw/build/libs/2009scape.jar?job=build"; + window.location.href = "https://gitlab.com/2009scape/09launcher/-/jobs/artifacts/master/raw/build/libs/2009scape.zip?job=build"; } else { window.location.href = "https://gitlab.com/2009scape/09launcher/-/jobs/artifacts/master/raw/build/libs/2009scape.jar?job=build"; }