IQ filter engaged

This commit is contained in:
Ceikry 2021-07-27 09:43:55 -05:00 committed by GitHub
parent 3aac3dfbe5
commit 3f0f771781
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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