mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-08-13 21:11:11 +00:00
Fixes for bsd
This commit is contained in:
@@ -21,10 +21,8 @@ public interface OsType {
|
||||
return MACOS;
|
||||
} else if (osName.contains("win")) {
|
||||
return WINDOWS;
|
||||
} else if (osName.contains("nux")) {
|
||||
return LINUX;
|
||||
} else {
|
||||
throw new UnsupportedOperationException("Unknown operating system");
|
||||
return LINUX;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user