Merge branch '2009scape:master' into master

This commit is contained in:
Summer 2021-08-09 00:18:41 -04:00 committed by GitHub
commit e0069ffc4d
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>
@ -388,3 +382,6 @@