mirror of
https://gitlab.com/2009scape/09launcher.git
synced 2025-12-09 16:45:54 -07:00
launcher now checks if there is an update before downloading it
This commit is contained in:
parent
a6e855a740
commit
99c798daad
3 changed files with 9 additions and 27 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue