mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 22:20:53 +10:00
sys_patch_detect.py: Increase max OS support to Sequoia
Probably gonna brick your device, don’t root patch. This is for dortania developers only
This commit is contained in:
@@ -470,7 +470,7 @@ class DetectRootPatch:
|
|||||||
Base check to ensure patcher is compatible with host OS
|
Base check to ensure patcher is compatible with host OS
|
||||||
"""
|
"""
|
||||||
min_os = os_data.os_data.big_sur
|
min_os = os_data.os_data.big_sur
|
||||||
max_os = os_data.os_data.sonoma
|
max_os = os_data.os_data.sequoia
|
||||||
if self.os_major < min_os or self.os_major > max_os:
|
if self.os_major < min_os or self.os_major > max_os:
|
||||||
return False
|
return False
|
||||||
return True
|
return True
|
||||||
|
|||||||
Reference in New Issue
Block a user