mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-01 22:14:01 +03:00
Update ProGuardComponent.java
This commit is contained in:
parent
7fee478552
commit
cbaa7230b0
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ public static class ProguardConf {
|
||||||
"-libraryjars '<java.home>/lib/ext/nashorn.jar'",
|
"-libraryjars '<java.home>/lib/ext/nashorn.jar'",
|
||||||
"-libraryjars '<java.home>/lib/ext/jfxrt.jar'"
|
"-libraryjars '<java.home>/lib/ext/jfxrt.jar'"
|
||||||
};
|
};
|
||||||
private static final char[] chars = "1aAbBcC2dDeEfF3gGhHiI4jJkKl5mMnNoO6pPqQrR7sStT8uUvV9wWxX0yYzZ".toCharArray();
|
private static final char[] chars = "1aAbBcC2dDeEfF3gGhHiI4jJkKlL5mMnNoO6pPqQrR7sStT8uUvV9wWxX0yYzZ".toCharArray();
|
||||||
public final Path proguard;
|
public final Path proguard;
|
||||||
public final Path config;
|
public final Path config;
|
||||||
public final Path mappings;
|
public final Path mappings;
|
||||||
|
|
Loading…
Reference in a new issue