Update SysPatch.py

Closes https://github.com/dortania/OpenCore-Legacy-Patcher/issues/368
This commit is contained in:
Mykola Grymalyuk
2021-07-06 20:26:22 -06:00
committed by GitHub
parent 1b786e57c3
commit 02ae3c8393

View File

@@ -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