mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[FIX] Java 11+ get build fix
This commit is contained in:
parent
a91a578c58
commit
12b933c8bd
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ public static int getVersion() {
|
|||
}
|
||||
|
||||
public static int getBuild() {
|
||||
return Runtime.version().patch();
|
||||
return Runtime.version().update();
|
||||
}
|
||||
|
||||
public static void appendVars(ProcessBuilder builder, Map<String, String> vars) {
|
||||
|
|
Loading…
Reference in a new issue