Merge branch 'main' into vmm

This commit is contained in:
Mykola Grymalyuk
2021-10-08 08:46:31 -06:00
12 changed files with 48 additions and 54 deletions
+4
View File
@@ -257,6 +257,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):