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