mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-19 13:46:05 +10:00
Temp kill additional runs
This commit is contained in:
@@ -4,7 +4,7 @@ import plistlib
|
|||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from resources import constants
|
from resources import constants
|
||||||
|
|
||||||
app_path = Path.cwd() / Path ("OpenCore-Patcher-Legacy.app/Contents/Info.plist")
|
app_path = Path.cwd() / Path ("dist/OpenCore-Patcher-Legacy.app/Contents/Info.plist")
|
||||||
info = plistlib.load(Path(app_path).open("rb"))
|
info = plistlib.load(Path(app_path).open("rb"))
|
||||||
info["CFBundleExecutable"] = "Launcher"
|
info["CFBundleExecutable"] = "Launcher"
|
||||||
plistlib.dump(info, Path(app_path).open("wb"), sort_keys=True)
|
plistlib.dump(info, Path(app_path).open("wb"), sort_keys=True)
|
||||||
Reference in New Issue
Block a user