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