Sync OpenCorePkg

This commit is contained in:
Mykola Grymalyuk
2023-12-30 19:12:58 -07:00
parent 2df8dc9caf
commit 8db6c5607d
5 changed files with 4 additions and 1 deletions
+3
View File
@@ -2,6 +2,9 @@
## 1.4.0
- Refactor subprocess invocations
- Resolve RecoveryOS support (Regression resolved in OpenCorePkg)
- Increment binaries:
- OpenCorePkg 0.9.7 - release
## 1.3.0
- Resolve mismatched `CFBundleExecutable` and binary name for kexts.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -28,7 +28,7 @@ class Constants:
# OpenCore Versioning
# https://github.com/acidanthera/OpenCorePkg
self.opencore_version: str = "0.9.6"
self.opencore_version: str = "0.9.7"
# Kext Versioning
## Acidanthera