mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-17 21:24:40 +10:00
Drop Commit Message
This commit is contained in:
@@ -43,10 +43,9 @@ def patch_info_plist():
|
||||
plist = plistlib.load(Path(plist_path).open("rb"))
|
||||
print("- Adding Github Dictionary")
|
||||
plist["Github"] = {
|
||||
"Commit Message": argsv[0],
|
||||
"Branch": argsv[1],
|
||||
"Commit URL": argsv[2],
|
||||
"Commit Date": argsv[3],
|
||||
"Branch": argsv[0],
|
||||
"Commit URL": argsv[1],
|
||||
"Commit Date": argsv[2],
|
||||
}
|
||||
print("- Writing Plist")
|
||||
plistlib.dump(plist, Path(plist_path).open("wb"), sort_keys=True)
|
||||
|
||||
Reference in New Issue
Block a user