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"; }