mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-19 22:00:00 +10:00
gui_main.py: Add extra error handling for payload unpacking
This commit is contained in:
@@ -42,8 +42,6 @@ class reroute_payloads:
|
||||
print("- Failed to mount payloads.dmg")
|
||||
print(f"Output: {output.stdout.decode()}")
|
||||
print(f"Return Code: {output.returncode}")
|
||||
print("- Exiting...")
|
||||
sys.exit(1)
|
||||
|
||||
def unmount_active_dmgs(self):
|
||||
# Find all DMGs that are mounted, and forcefully unmount them
|
||||
|
||||
Reference in New Issue
Block a user