Test HD4000 DRM

This commit is contained in:
Mykola Grymalyuk
2021-07-06 14:35:19 -06:00
parent 1b786e57c3
commit 6c7c60fb62
2 changed files with 2 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ class Constants:
self.fw_kext = "1.0.0"
self.disk = ""
self.patch_disk = ""
self.patcher_support_pkg_version = "0.0.11" # PatcherSupportPkg
self.patcher_support_pkg_version = "0.0.12" # PatcherSupportPkg
# Get resource path
self.current_path = Path(__file__).parent.parent.resolve()