Sync PatcherSupportPkg

This commit is contained in:
Mykola Grymalyuk
2021-06-21 16:52:06 -06:00
parent 100c54a82c
commit c2c2ffc00b
3 changed files with 2 additions and 21 deletions

View File

@@ -42,7 +42,7 @@ class Constants:
self.debugenhancer_version = "1.0.3"
self.innie_version = "1.3.0"
self.fw_kext = "1.0.0"
self.patcher_support_pkg_version = "0.0.8" # PatcherSupportPkg
self.patcher_support_pkg_version = "0.0.10" # PatcherSupportPkg
# Get resource path
self.current_path = Path(__file__).parent.parent.resolve()