Shim: Switch to old spawn logic

This commit is contained in:
Mykola Grymalyuk
2024-05-27 12:13:26 -06:00
parent 303d3de6bd
commit ec9ecbc7a9
2 changed files with 1 additions and 1 deletions

View File

@@ -244,4 +244,4 @@ class UpdateFrame(wx.Frame):
Launches newly installed update
"""
logging.info("Launching update: '/Library/Application Support/Dortania/OpenCore-Patcher.app'")
subprocess.run(["/usr/bin/open", "/Library/Application Support/Dortania/OpenCore-Patcher.app", "--args", "--update_installed"])
subprocess.Popen(["/Library/Application Support/Dortania/OpenCore-Patcher.app/Contents/MacOS/OpenCore-Patcher", "--update_installed"])