mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 14:10:51 +10:00
Increment build
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
# OpenCore Legacy Patcher changelog
|
# OpenCore Legacy Patcher changelog
|
||||||
|
|
||||||
|
## 0.5.2
|
||||||
|
|
||||||
## 0.5.1
|
## 0.5.1
|
||||||
- Add support for `APPLE SSD TS0128F/256F` SSDs in macOS Ventura
|
- Add support for `APPLE SSD TS0128F/256F` SSDs in macOS Ventura
|
||||||
- ie. stock SSD found in MacBookAir6,x
|
- ie. stock SSD found in MacBookAir6,x
|
||||||
|
|||||||
@@ -1585,7 +1585,6 @@ class wx_python_gui:
|
|||||||
def download_macos_click(self, app_dict):
|
def download_macos_click(self, app_dict):
|
||||||
# Unsupported Models include:
|
# Unsupported Models include:
|
||||||
# - USB 1.1 machines (Penryn, MacPro3,1-5,1)
|
# - USB 1.1 machines (Penryn, MacPro3,1-5,1)
|
||||||
# - VBIOS Boot Issue (MacPro6,1)
|
|
||||||
# - Non-Metal GPUs
|
# - Non-Metal GPUs
|
||||||
model = self.constants.custom_model or self.constants.computer.real_model
|
model = self.constants.custom_model or self.constants.computer.real_model
|
||||||
if model in model_array.LegacyGPU or model in ["MacPro3,1", "MacPro4,1", "MacPro5,1"]:
|
if model in model_array.LegacyGPU or model in ["MacPro3,1", "MacPro4,1", "MacPro5,1"]:
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ from data import os_data
|
|||||||
class Constants:
|
class Constants:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
# Patcher Versioning
|
# Patcher Versioning
|
||||||
self.patcher_version = "0.5.1" # OpenCore-Legacy-Patcher
|
self.patcher_version = "0.5.2" # OpenCore-Legacy-Patcher
|
||||||
self.patcher_support_pkg_version = "0.7.1" # PatcherSupportPkg
|
self.patcher_support_pkg_version = "0.7.1" # PatcherSupportPkg
|
||||||
self.url_patcher_support_pkg = "https://github.com/dortania/PatcherSupportPkg/releases/download/"
|
self.url_patcher_support_pkg = "https://github.com/dortania/PatcherSupportPkg/releases/download/"
|
||||||
self.nightly_url_patcher_support_pkg = "https://nightly.link/dortania/PatcherSupportPkg/workflows/build/master/"
|
self.nightly_url_patcher_support_pkg = "https://nightly.link/dortania/PatcherSupportPkg/workflows/build/master/"
|
||||||
|
|||||||
Reference in New Issue
Block a user