Increment PatcherSupportPkg

This commit is contained in:
Mykola Grymalyuk
2021-09-06 22:52:29 -06:00
parent 9955b76c1e
commit 3c69cb6c65
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
- AppleALC 1.6.3 release - AppleALC 1.6.3 release
- WhateverGreen 1.5.2 release - WhateverGreen 1.5.2 release
- FeatureUnlock 1.0.3 release - FeatureUnlock 1.0.3 release
- PatcherSupportPkg 0.0.19 release - PatcherSupportPkg 0.0.20 release
- Allow iGPU/dGPU switching in Windows - Allow iGPU/dGPU switching in Windows
- Applicable to MacBook Pros with Intel iGPU and Nvidia/AMD dGPU - Applicable to MacBook Pros with Intel iGPU and Nvidia/AMD dGPU
- Clean up Patcher Settings - Clean up Patcher Settings

View File

@@ -44,7 +44,7 @@ class Constants:
self.latebloom_version = "0.19" self.latebloom_version = "0.19"
self.disk = "" self.disk = ""
self.patch_disk = "" self.patch_disk = ""
self.patcher_support_pkg_version = "0.0.19" # PatcherSupportPkg self.patcher_support_pkg_version = "0.0.20" # PatcherSupportPkg
# Get resource path # Get resource path
self.current_path = Path(__file__).parent.parent.resolve() self.current_path = Path(__file__).parent.parent.resolve()