Sync PatcherSupportPkg

Closes https://github.com/dortania/OpenCore-Legacy-Patcher/issues/405
This commit is contained in:
Mykola Grymalyuk
2021-07-25 23:15:59 -06:00
parent bb09b0432f
commit 8eade66017
2 changed files with 4 additions and 1 deletions

View File

@@ -4,6 +4,9 @@
- Fix BlessOverride typo
- Fix Wake on WLAN typo
- Fix Catalyst App crashing in macOS 11.5 (ie. Messages.app)
- Increment Binaries
- PatcherSupportPkg 0.0.15 release
## 0.2.3

View File

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