mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 06:30:52 +10:00
Fix CLI crash
This commit is contained in:
+3
-3
@@ -76,9 +76,9 @@ class OpenCoreLegacyPatcher:
|
|||||||
if args.disk:
|
if args.disk:
|
||||||
print(f"- Install Disk set: {args.disk}")
|
print(f"- Install Disk set: {args.disk}")
|
||||||
self.constants.disk = args.disk
|
self.constants.disk = args.disk
|
||||||
if args.patch_disk:
|
#if args.patch_disk:
|
||||||
print(f"- Patch Disk set: {args.patch_disk}")
|
# print(f"- Patch Disk set: {args.patch_disk}")
|
||||||
self.constants.patch_disk = args.patch_disk
|
# self.constants.patch_disk = args.patch_disk
|
||||||
if args.verbose:
|
if args.verbose:
|
||||||
print("- Set verbose configuration")
|
print("- Set verbose configuration")
|
||||||
self.constants.verbose_debug = True
|
self.constants.verbose_debug = True
|
||||||
|
|||||||
@@ -564,6 +564,15 @@ class Constants:
|
|||||||
"j185f",
|
"j185f",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
sandy_board_id = [
|
||||||
|
"Mac-E43C1C25D4880AD6",
|
||||||
|
"Mac-06F11F11946D27C5",
|
||||||
|
"Mac-9F18E312C5C2BF0B",
|
||||||
|
"Mac-937CB26E2E02BB01",
|
||||||
|
"Mac-35C5E08120C7EEAF",
|
||||||
|
"Mac-7BA5B2D9E42DDD94",
|
||||||
|
]
|
||||||
|
|
||||||
board_id = {
|
board_id = {
|
||||||
"MacBook1,1": "Mac-F4208CC8",
|
"MacBook1,1": "Mac-F4208CC8",
|
||||||
"MacBook2,1": "Mac-F4208CA9",
|
"MacBook2,1": "Mac-F4208CA9",
|
||||||
|
|||||||
@@ -169,6 +169,8 @@
|
|||||||
<false/>
|
<false/>
|
||||||
<key>ResetLogoStatus</key>
|
<key>ResetLogoStatus</key>
|
||||||
<false/>
|
<false/>
|
||||||
|
<key>SyncTableIds</key>
|
||||||
|
<false/>
|
||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Booter</key>
|
<key>Booter</key>
|
||||||
@@ -1076,6 +1078,8 @@
|
|||||||
</dict>
|
</dict>
|
||||||
<key>Scheme</key>
|
<key>Scheme</key>
|
||||||
<dict>
|
<dict>
|
||||||
|
<key>CustomKernel</key>
|
||||||
|
<false/>
|
||||||
<key>FuzzyMatch</key>
|
<key>FuzzyMatch</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>KernelArch</key>
|
<key>KernelArch</key>
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user