Fix file path typo

This commit is contained in:
Mykola Grymalyuk
2021-06-19 20:59:12 -06:00
parent abc1ca5ec9
commit 128e68d735
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
## 0.2.0
- Refactor device probe logic
- Implement PatcherSupportPkg v0.0.6
- Implement PatcherSupportPkg v0.0.7
- Reduces binary sizes depending on OS
- Deprecates Apple-Binaries-OCLP
- Fix full screen and Airplay to Mac support for Intel HD4000 iGPUs in Monterey

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.6" # PatcherSupportPkg
self.patcher_support_pkg_version = "0.0.7" # PatcherSupportPkg
# Get resource path
self.current_path = Path(__file__).parent.parent.resolve()