Add Intel HD4000 Acceleration

This commit is contained in:
Mykola Grymalyuk
2021-06-12 11:01:52 -06:00
parent 8c092494a8
commit a0eca53c58
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ class Constants:
self.sidecarfixup_version = "1.0.2"
self.innie_version = "1.3.0"
self.fw_kext = "1.0.0"
self.payload_version = "0.0.14"
self.payload_version = "0.0.15"
# Get resource path
self.current_path = Path(__file__).parent.parent.resolve()