mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-22 02:50:15 +10:00
Fix SDK patch
This commit is contained in:
@@ -146,7 +146,7 @@ class GenerateApplication:
|
|||||||
print("Patching LC_BUILD_VERSION")
|
print("Patching LC_BUILD_VERSION")
|
||||||
with open(_file, "rb") as f:
|
with open(_file, "rb") as f:
|
||||||
data = f.read()
|
data = f.read()
|
||||||
data = data.replace(_find, _replace, 1)
|
data = data.replace(_find, _replace)
|
||||||
|
|
||||||
with open(_file, "wb") as f:
|
with open(_file, "wb") as f:
|
||||||
f.write(data)
|
f.write(data)
|
||||||
|
|||||||
Reference in New Issue
Block a user