Mykola Grymalyuk
2021-10-08 08:42:29 -06:00
parent a0fa3a8808
commit 96fd706ead
7 changed files with 30 additions and 1 deletions
+4
View File
@@ -256,6 +256,10 @@ class Constants:
@property
def restrictevents_path(self):
return self.payload_kexts_path / Path(f"Acidanthera/RestrictEvents-v{self.restrictevents_version}.zip")
@property
def efi_disabler_path(self):
return self.payload_kexts_path / Path(f"Acidanthera/EFICheckDisabler-v{self.restrictevents_version}.zip")
@property
def restrictevents_mbp_path(self):