From 128e68d73503af6fb88f5a18440eedf40cefa607 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Sat, 19 Jun 2021 20:59:12 -0600 Subject: [PATCH] Fix file path typo --- CHANGELOG.md | 2 +- Resources/Constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81d986c1b..b5b7c5475 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Resources/Constants.py b/Resources/Constants.py index 682ad4231..748428c67 100644 --- a/Resources/Constants.py +++ b/Resources/Constants.py @@ -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()