|
|
@ -16,8 +16,6 @@ public class OSUtils {
|
|
|
|
platform = PlatformEnum.LINUX;
|
|
|
|
platform = PlatformEnum.LINUX;
|
|
|
|
} else if (OPERATING_SYSTEM_NAME.startsWith("mac") || OPERATING_SYSTEM_NAME.startsWith("darwin")) {
|
|
|
|
} else if (OPERATING_SYSTEM_NAME.startsWith("mac") || OPERATING_SYSTEM_NAME.startsWith("darwin")) {
|
|
|
|
platform = PlatformEnum.MACOSX;
|
|
|
|
platform = PlatformEnum.MACOSX;
|
|
|
|
} else if (OPERATING_SYSTEM_NAME.startsWith("mac") || OPERATING_SYSTEM_NAME.startsWith("darwin")) {
|
|
|
|
|
|
|
|
platform = PlatformEnum.MACOSX;
|
|
|
|
|
|
|
|
} else if (OPERATING_SYSTEM_NAME.startsWith("windows")) {
|
|
|
|
} else if (OPERATING_SYSTEM_NAME.startsWith("windows")) {
|
|
|
|
platform = PlatformEnum.WINDOWS;
|
|
|
|
platform = PlatformEnum.WINDOWS;
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|