mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-24 20:10:14 +10:00
Revert root patcher maximum
This commit is contained in:
@@ -154,7 +154,7 @@ class HardwarePatchsetDetection:
|
|||||||
Determine if host OS is unsupported
|
Determine if host OS is unsupported
|
||||||
"""
|
"""
|
||||||
_min_os = os_data.big_sur.value
|
_min_os = os_data.big_sur.value
|
||||||
_max_os = os_data.tahoe.value
|
_max_os = os_data.sequoia.value
|
||||||
if self._dortania_internal_check() is True:
|
if self._dortania_internal_check() is True:
|
||||||
return False
|
return False
|
||||||
if self._xnu_major < _min_os or self._xnu_major > _max_os:
|
if self._xnu_major < _min_os or self._xnu_major > _max_os:
|
||||||
|
|||||||
Reference in New Issue
Block a user