Update PatcherSupportPkg

This commit is contained in:
Mykola Grymalyuk
2021-08-28 13:14:40 -06:00
parent 8c646b7897
commit 6ca3e3524e
2 changed files with 2 additions and 1 deletions

View File

@@ -80,6 +80,7 @@
- Lilu 1.5.4 rolling (f69a972 - 06-20-2021)
- RestrictEvents 1.0.3 rolling (3773ce2 - 06-20-2021)
- SidecarFixup 1.0.2 rolling (2c29166 - 06-21-2021)
- PatcherSupportPkg 0.0.18
- Allow AirPlay to Mac support on Skylake - Coffeelake Macs
## 0.1.9

View File

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