mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[FIX] file.encoding utf-8 by default
This commit is contained in:
parent
7ff062f9e4
commit
e28c9773fc
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ public static LaunchServerConfig getDefault(LaunchServer.LaunchServerEnv env) {
|
|||
newConfig.launcher.compress = true;
|
||||
newConfig.launcher.deleteTempFiles = true;
|
||||
newConfig.launcher.stripLineNumbers = true;
|
||||
newConfig.launcher.customJvmOptions.add("-Dfile.encoding=UTF-8");
|
||||
|
||||
newConfig.sign = new JarSignerConf();
|
||||
|
||||
|
|
Loading…
Reference in a new issue