Merge branch 'cdn' into 'master'

use cdn for client downloads

See merge request 2009scape/09launcher!7
This commit is contained in:
Ceikry 2022-05-02 12:30:20 +00:00
commit 7b46725acb

View file

@ -5,8 +5,8 @@ object Settings {
false -> System.getProperty("user.home")
}
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 DOWNLOAD_URL = "https://cdn.2009scape.org/2009scape.jar"
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"
var HAS_UPDATED = false
var CHECK_FOR_UPDATES = true