mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-01-09 00:59:44 +03:00
[FIX] Зеркало изменено на https://mirror.gravit.pro
This commit is contained in:
parent
4b8a336ba0
commit
95d8cc461c
1 changed files with 1 additions and 1 deletions
|
@ -714,7 +714,7 @@ private void generateConfigIfNotExists(boolean testEnv) throws IOException {
|
|||
// Create new config
|
||||
LogHelper.info("Creating LaunchServer config");
|
||||
Config newConfig = new Config();
|
||||
newConfig.mirrors = new String[]{"http://mirror.gravitlauncher.ml/", "https://mirror.gravit.pro/"};
|
||||
newConfig.mirrors = new String[]{"https://mirror.gravit.pro/"};
|
||||
newConfig.launch4j = new ExeConf();
|
||||
newConfig.launch4j.enabled = true;
|
||||
newConfig.launch4j.copyright = "© GravitLauncher Team";
|
||||
|
|
Loading…
Reference in a new issue