mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-18 21:30:00 +10:00
Shim: Switch to old spawn logic
This commit is contained in:
Binary file not shown.
@@ -244,4 +244,4 @@ class UpdateFrame(wx.Frame):
|
|||||||
Launches newly installed update
|
Launches newly installed update
|
||||||
"""
|
"""
|
||||||
logging.info("Launching update: '/Library/Application Support/Dortania/OpenCore-Patcher.app'")
|
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"])
|
||||||
|
|||||||
Reference in New Issue
Block a user