Resolve CPUFriend injection

This commit is contained in:
Mykola Grymalyuk
2021-10-24 09:36:03 -06:00
parent 707cc5c45f
commit 99879bdcfc

View File

@@ -309,7 +309,7 @@ class Constants:
@property
def cpufriend_path(self):
return self.payload_kexts_path / Path(f"Acidanthera/CPUFriend-v{self.cpufriend_version}.zip")
return self.payload_kexts_path / Path(f"Acidanthera/CPUFriend-v{self.cpufriend_version}-{self.kext_variant}.zip")
@property
def smcspoof_path(self):