mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-14 04:38:20 +10:00
sys_patch_detect.py: Adjust OS check from mainline merge
This commit is contained in:
@@ -440,7 +440,7 @@ class DetectRootPatch:
|
||||
Base check to ensure patcher is compatible with host OS
|
||||
"""
|
||||
min_os = os_data.os_data.big_sur
|
||||
max_os = os_data.os_data.ventura
|
||||
max_os = os_data.os_data.sonoma
|
||||
if self.constants.detected_os < min_os or self.constants.detected_os > max_os:
|
||||
return False
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user