* Add OSHI lib for hardware and os detection

* Raised Windows minimum support to 8.1
* Raised OSX minimum support to 10.13
This commit is contained in:
DaCool
2021-09-10 00:23:57 +00:00
committed by Sheepit Renderfarm
parent 0a149bf1a8
commit a68639ff51
8 changed files with 56 additions and 535 deletions

View File

@@ -325,7 +325,7 @@ import lombok.Data;
}
public boolean checkOSisSupported() {
return OS.getOS() != null;
return OS.getOS() != null && OS.getOS().isSupported();
}
public boolean checkCPUisSupported() {