mirror of
https://gitlab.com/2009scape/09launcher.git
synced 2025-12-09 16:45:54 -07:00
parent
7b46725acb
commit
b65f476997
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@ object Settings {
|
|||
false -> System.getProperty("user.home")
|
||||
}
|
||||
val SAVE_NAME = "2009scape.jar"
|
||||
val DOWNLOAD_URL = "https://cdn.2009scape.org/2009scape.jar"
|
||||
val DOWNLOAD_MD5_URL = "https://cdn.2009scape.org/2009scape.md5sum"
|
||||
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