launcher now checks if there is an update before downloading it

This commit is contained in:
ryannathans 2022-04-26 19:03:48 +10:00
parent a6e855a740
commit 99c798daad
3 changed files with 9 additions and 27 deletions

View file

@ -6,6 +6,7 @@ object Settings {
}
val SAVE_NAME = "2009scape.jar"
val DOWNLOAD_URL = "http://play.2009scape.org/2009scape.jar"
val DOWNLOAD_MD5_URL = "http://play.2009scape.org/2009scape.md5sum"
val LAUNCHER_URL = "https://gitlab.com/2009scape/09launcher/-/jobs/artifacts/master/raw/build/libs/2009scape.jar?job=build"
var HAS_UPDATED = false
var CHECK_FOR_UPDATES = true