* 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:
committed by
Sheepit Renderfarm
parent
0a149bf1a8
commit
a68639ff51
@@ -325,7 +325,7 @@ import lombok.Data;
|
||||
}
|
||||
|
||||
public boolean checkOSisSupported() {
|
||||
return OS.getOS() != null;
|
||||
return OS.getOS() != null && OS.getOS().isSupported();
|
||||
}
|
||||
|
||||
public boolean checkCPUisSupported() {
|
||||
|
||||
Reference in New Issue
Block a user