Фикс ошибки с DownloadAsset/DownloadClient

This commit is contained in:
Gravit 2018-12-24 19:12:39 +07:00
parent 1c5741d0d8
commit db1abf9a17
No known key found for this signature in database
GPG key ID: 061981E1E85D3216

View file

@ -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;