mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-14 04:38:20 +10:00
Temp kill additional runs
This commit is contained in:
@@ -4,7 +4,7 @@ import plistlib
|
||||
from pathlib import Path
|
||||
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["CFBundleExecutable"] = "Launcher"
|
||||
plistlib.dump(info, Path(app_path).open("wb"), sort_keys=True)
|
||||
Reference in New Issue
Block a user