mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-02 22:41:56 +03:00
Removed unnecessary conf.
This commit is contained in:
parent
8653de90d4
commit
e6ff3703ee
1 changed files with 0 additions and 7 deletions
|
@ -119,8 +119,6 @@ public static final class Config {
|
|||
|
||||
public ExeConf launch4j;
|
||||
|
||||
public PostBuildTransformConf buildPostTransform;
|
||||
|
||||
public boolean compress;
|
||||
|
||||
public int authRateLimit;
|
||||
|
@ -232,11 +230,6 @@ public FileVisitResult visitFile(Path file, BasicFileAttributes attrs) throws IO
|
|||
}
|
||||
}
|
||||
|
||||
public static class PostBuildTransformConf {
|
||||
public boolean enabled;
|
||||
public List<String> script;
|
||||
}
|
||||
|
||||
public static void main(String... args) throws Throwable {
|
||||
JVMHelper.checkStackTrace(LaunchServer.class);
|
||||
JVMHelper.verifySystemProperties(LaunchServer.class, true);
|
||||
|
|
Loading…
Reference in a new issue