mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 14:10:51 +10:00
Resolve CPUFriend injection
This commit is contained in:
@@ -309,7 +309,7 @@ class Constants:
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def cpufriend_path(self):
|
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
|
@property
|
||||||
def smcspoof_path(self):
|
def smcspoof_path(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user