misc.py: Resolve SPI support for MacBookAir6,x

This commit is contained in:
Mykola Grymalyuk
2024-03-07 17:00:52 -07:00
parent 321cc8dd68
commit f55598dac8
3 changed files with 6 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ from data import os_data
class Constants:
def __init__(self) -> None:
# Patcher Versioning
self.patcher_version: str = "1.5.0" # OpenCore-Legacy-Patcher
self.patcher_version: str = "1.4.1" # OpenCore-Legacy-Patcher
self.patcher_support_pkg_version: str = "1.4.7" # PatcherSupportPkg
self.copyright_date: str = "Copyright © 2020-2024 Dortania"
self.patcher_name: str = "OpenCore Legacy Patcher"