mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-23 19:40:15 +10:00
Fix BlessOverride typo
Ref: https://github.com/dortania/OpenCore-Legacy-Patcher/issues/382
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
# OpenCore Legacy Patcher changelog
|
# OpenCore Legacy Patcher changelog
|
||||||
|
|
||||||
|
## 0.2.4
|
||||||
|
|
||||||
|
- Fix BlessOverride typo
|
||||||
|
|
||||||
## 0.2.3
|
## 0.2.3
|
||||||
|
|
||||||
- Fix more IORegistry issues
|
- Fix more IORegistry issues
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ from Resources import device_probe
|
|||||||
|
|
||||||
class Constants:
|
class Constants:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.patcher_version = "0.2.3"
|
self.patcher_version = "0.2.4"
|
||||||
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"
|
||||||
|
|||||||
@@ -1091,7 +1091,9 @@
|
|||||||
<key>Misc</key>
|
<key>Misc</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>BlessOverride</key>
|
<key>BlessOverride</key>
|
||||||
<array/>
|
<array>
|
||||||
|
<string>\EFI\Microsoft\Boot\bootmgfw.efi</string>
|
||||||
|
</array>
|
||||||
<key>Boot</key>
|
<key>Boot</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>ConsoleAttributes</key>
|
<key>ConsoleAttributes</key>
|
||||||
@@ -1141,9 +1143,7 @@
|
|||||||
<integer>3</integer>
|
<integer>3</integer>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Entries</key>
|
<key>Entries</key>
|
||||||
<array>
|
<array/>
|
||||||
<string>\EFI\Microsoft\Boot\bootmgfw.efi</string>
|
|
||||||
</array>
|
|
||||||
<key>Security</key>
|
<key>Security</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>AllowNvramReset</key>
|
<key>AllowNvramReset</key>
|
||||||
|
|||||||
Reference in New Issue
Block a user