mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-23 03:20:16 +10:00
Update build
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
# OpenCore Legacy Patcher changelog
|
# OpenCore Legacy Patcher changelog
|
||||||
|
|
||||||
|
## 0.2.1
|
||||||
|
- Fix NVMe Crash on build
|
||||||
|
|
||||||
## 0.2.0
|
## 0.2.0
|
||||||
- Refactor device probe logic
|
- Refactor device probe logic
|
||||||
- Implement PatcherSupportPkg v0.0.10
|
- Implement PatcherSupportPkg v0.0.10
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ from Resources import device_probe
|
|||||||
|
|
||||||
class Constants:
|
class Constants:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.patcher_version = "0.2.0"
|
self.patcher_version = "0.2.1"
|
||||||
self.opencore_commit = "4e0ff2d - 05-23-2021"
|
self.opencore_commit = "4e0ff2d - 05-23-2021"
|
||||||
self.opencore_version = "0.7.0"
|
self.opencore_version = "0.7.0"
|
||||||
self.lilu_version = "1.5.4"
|
self.lilu_version = "1.5.4"
|
||||||
|
|||||||
Reference in New Issue
Block a user