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

@@ -17,6 +17,7 @@
- Lilu 1.5.4 release (07-05-2021) - Lilu 1.5.4 release (07-05-2021)
- AppleALC 1.6.2 release - AppleALC 1.6.2 release
- WhateverGreen 1.6.2 release - WhateverGreen 1.6.2 release
- PatcherSupportPkg 0.0.12 release
## 0.2.2 ## 0.2.2

View File

@@ -44,7 +44,7 @@ class Constants:
self.fw_kext = "1.0.0" self.fw_kext = "1.0.0"
self.disk = "" self.disk = ""
self.patch_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 # Get resource path
self.current_path = Path(__file__).parent.parent.resolve() self.current_path = Path(__file__).parent.parent.resolve()