This commit is contained in:
Omer
2019-12-09 22:37:46 +02:00

View File

@@ -69,7 +69,7 @@ public enum Platform {
}
}
private static Platform getCurrentPlatform() {
public static Platform getCurrentPlatform() {
if (OS_NAME.contains("Windows")) {
if (OS_ARCH.equals("amd64")) return Platform.WINDOWS_64;
}