mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-13 20:28:21 +10:00
dmg_mount.py: Fix exit loop
This commit is contained in:
@@ -81,6 +81,8 @@ class PatcherSupportPkgMount:
|
||||
if i == 2:
|
||||
self._display_too_many_attempts()
|
||||
return False
|
||||
continue
|
||||
break
|
||||
|
||||
logging.info("- Mounted DortaniaInternal resources")
|
||||
return self._merge_dortania_internal_resources()
|
||||
|
||||
Reference in New Issue
Block a user