Patch AppleIntelSNBGraphicsFB’s board ID

This commit is contained in:
Mykola Grymalyuk
2021-04-22 07:45:51 -06:00
parent 7680c20221
commit 0483b5651a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ class Constants:
self.smcspoof_version = "1.0.0"
self.cputscsync = "1.0.3"
self.hibernationfixup = "1.3.9"
self.payload_version = "0.0.3"
self.payload_version = "0.0.4"
# Get resource path
self.current_path = Path(__file__).parent.parent.resolve()