mirror of
https://gitlab.com/2009scape/09launcher.git
synced 2025-12-09 16:45:54 -07:00
Merge branch 'cdn' into 'master'
use cdn for client downloads See merge request 2009scape/09launcher!7
This commit is contained in:
commit
7b46725acb
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@ object Settings {
|
||||||
false -> System.getProperty("user.home")
|
false -> System.getProperty("user.home")
|
||||||
}
|
}
|
||||||
val SAVE_NAME = "2009scape.jar"
|
val SAVE_NAME = "2009scape.jar"
|
||||||
val DOWNLOAD_URL = "http://play.2009scape.org/2009scape.jar"
|
val DOWNLOAD_URL = "https://cdn.2009scape.org/2009scape.jar"
|
||||||
val DOWNLOAD_MD5_URL = "http://play.2009scape.org/2009scape.md5sum"
|
val DOWNLOAD_MD5_URL = "https://cdn.2009scape.org/2009scape.md5sum"
|
||||||
val LAUNCHER_URL = "https://gitlab.com/2009scape/09launcher/-/jobs/artifacts/master/raw/build/libs/2009scape.jar?job=build"
|
val LAUNCHER_URL = "https://gitlab.com/2009scape/09launcher/-/jobs/artifacts/master/raw/build/libs/2009scape.jar?job=build"
|
||||||
var HAS_UPDATED = false
|
var HAS_UPDATED = false
|
||||||
var CHECK_FOR_UPDATES = true
|
var CHECK_FOR_UPDATES = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue