Resolve non-Metal Photos app crash

This commit is contained in:
Eduardo Covas
2023-10-24 14:11:26 -03:00
committed by GitHub
parent f23c9268f9
commit 613748488c
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ class Constants:
def __init__(self) -> None:
# Patcher Versioning
self.patcher_version: str = "1.2.0" # OpenCore-Legacy-Patcher
self.patcher_support_pkg_version: str = "1.4.2" # PatcherSupportPkg
self.patcher_support_pkg_version: str = "1.4.3" # PatcherSupportPkg
self.copyright_date: str = "Copyright © 2020-2023 Dortania"
self.patcher_name: str = "OpenCore Legacy Patcher"