mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-01-22 07:14:16 +03:00
Фикс ошибки с DownloadAsset/DownloadClient
This commit is contained in:
parent
1c5741d0d8
commit
db1abf9a17
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ private void generateConfigIfNotExists() throws IOException {
|
||||||
// Create new config
|
// Create new config
|
||||||
LogHelper.info("Creating LaunchServer config");
|
LogHelper.info("Creating LaunchServer config");
|
||||||
Config newConfig = new Config();
|
Config newConfig = new Config();
|
||||||
newConfig.mirrors = new String[]{"http://mirror.gravitlauncher.ml"};
|
newConfig.mirrors = new String[]{"http://mirror.gravitlauncher.ml/"};
|
||||||
newConfig.launch4j = new ExeConf();
|
newConfig.launch4j = new ExeConf();
|
||||||
newConfig.buildPostTransform = new PostBuildTransformConf();
|
newConfig.buildPostTransform = new PostBuildTransformConf();
|
||||||
newConfig.env = LauncherConfig.LauncherEnvironment.STD;
|
newConfig.env = LauncherConfig.LauncherEnvironment.STD;
|
||||||
|
|
Loading…
Reference in a new issue