Weird git bug, for some reason didn't update this correctly
This commit is contained in:
Mykola Grymalyuk
2021-10-21 12:49:40 -06:00
parent 1190e169cb
commit 1b76b68a1b

View File

@@ -337,7 +337,7 @@ class Constants:
@property
def cslvfixup_path(self):
return self.payload_kexts_path / Path(f"Acidanthera/CSLVFixup-v{self.cslvfixup_version}.-{self.kext_variant}zip")
return self.payload_kexts_path / Path(f"Acidanthera/CSLVFixup-v{self.cslvfixup_version}-{self.kext_variant}.zip")
@property
def innie_path(self):