mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 22:20:53 +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):
|
def __init__(self, model, versions):
|
||||||
self.model = model
|
self.model = model
|
||||||
self.constants: Constants.Constants = versions
|
self.constants: Constants.Constants = versions
|
||||||
|
self.computer = self.constants.computer
|
||||||
self.root_mount_path = None
|
self.root_mount_path = None
|
||||||
self.sip_enabled = True
|
self.sip_enabled = True
|
||||||
self.sbm_enabled = True
|
self.sbm_enabled = True
|
||||||
|
|||||||
Reference in New Issue
Block a user