Windows users actually really genuinely do not deserve anything nice

This commit is contained in:
Ceikry 2021-08-05 21:50:22 -05:00 committed by GitHub
parent dea97d3b86
commit 22c724da3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -189,13 +189,7 @@
</a>
<script type="text/javascript">
document.getElementById("playbutton").onclick = function() {
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.zip?job=build";
} else {
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.jar?job=build";
return false;
};
</script>