From f6f4131b5336f4f7193c7d17e70e5bd3f8f83612 Mon Sep 17 00:00:00 2001 From: Jazzzny Date: Thu, 18 May 2023 16:55:47 -0400 Subject: [PATCH] Fix issue --- resources/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/constants.py b/resources/constants.py index 0829a3bef..d14d65b39 100644 --- a/resources/constants.py +++ b/resources/constants.py @@ -502,7 +502,7 @@ class Constants: @property def legacy_keyboard_path(self): - return self.payload_kexts_path / Path(f"Misc/LegacyKeyboardInjector-v{self.apple_isight_version}.zip") + return self.payload_kexts_path / Path(f"Misc/LegacyKeyboardInjector-v{self.legacy_keyboard}.zip") @property def apple_raid_path(self):