mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-14 12:48:18 +10:00
Update SysPatch.py
Closes https://github.com/dortania/OpenCore-Legacy-Patcher/issues/368
This commit is contained in:
@@ -20,6 +20,7 @@ class PatchSysVolume:
|
||||
def __init__(self, model, versions):
|
||||
self.model = model
|
||||
self.constants: Constants.Constants = versions
|
||||
self.computer = self.constants.computer
|
||||
self.root_mount_path = None
|
||||
self.sip_enabled = True
|
||||
self.sbm_enabled = True
|
||||
|
||||
Reference in New Issue
Block a user