defaults.py: Implement additional error handling for 2.1.0 bug

This commit is contained in:
Mykola Grymalyuk
2024-11-06 10:18:17 -07:00
parent 2a578734b9
commit 5e4b124b2a
5 changed files with 60 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ from .detections import device_probe
class Constants:
def __init__(self) -> None:
# Patcher Versioning
self.patcher_version: str = "2.1.1" # OpenCore-Legacy-Patcher
self.patcher_version: str = "2.1.2" # OpenCore-Legacy-Patcher
self.patcher_support_pkg_version: str = "1.8.4" # PatcherSupportPkg
self.copyright_date: str = "Copyright © 2020-2024 Dortania"
self.patcher_name: str = "OpenCore Legacy Patcher"