mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-19 13:46:05 +10:00
Sync PatcherSupportPkg
Closes https://github.com/dortania/OpenCore-Legacy-Patcher/issues/405
This commit is contained in:
@@ -4,6 +4,9 @@
|
|||||||
|
|
||||||
- Fix BlessOverride typo
|
- Fix BlessOverride typo
|
||||||
- Fix Wake on WLAN 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
|
## 0.2.3
|
||||||
|
|
||||||
|
|||||||
@@ -45,7 +45,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.14" # PatcherSupportPkg
|
self.patcher_support_pkg_version = "0.0.15" # PatcherSupportPkg
|
||||||
|
|
||||||
# Get resource path
|
# Get resource path
|
||||||
self.current_path = Path(__file__).parent.parent.resolve()
|
self.current_path = Path(__file__).parent.parent.resolve()
|
||||||
|
|||||||
Reference in New Issue
Block a user