mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-05-09 10:36:35 +03:00
[ANY] Слияние ветки dev с feature/autoZip
This commit is contained in:
commit
20a6838fd3
1 changed files with 2 additions and 1 deletions
|
@ -503,6 +503,7 @@ public LaunchServer(Path dir, boolean testEnv, String[] args) throws IOException
|
|||
ProtectHandler.registerHandlers();
|
||||
WebSocketService.registerResponses();
|
||||
HWIDProvider.registerHWIDs();
|
||||
DaoProvider.registerProviders();
|
||||
//LaunchServer.server = this;
|
||||
|
||||
// Set command handler
|
||||
|
@ -722,7 +723,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