mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-25 04:20:14 +10:00
Add temp workaround to macserial issue
This commit is contained in:
@@ -283,6 +283,10 @@ def BuildSMBIOS():
|
||||
new_model
|
||||
)
|
||||
|
||||
if serialData == "['']":
|
||||
# Used as a backup for when macserial fails
|
||||
print("Failed to load macserial")
|
||||
else:
|
||||
# Patch Number Serial
|
||||
Versions.plist_data = Versions.plist_data.replace(
|
||||
"W00000000001",
|
||||
|
||||
Reference in New Issue
Block a user