mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-22 02:50:15 +10:00
GUI: Wait for payloads.dmg mount
This commit is contained in:
@@ -79,6 +79,9 @@ class BuildFrame(wx.Frame):
|
||||
|
||||
|
||||
def _invoke_build(self):
|
||||
while gui_support.PayloadMount(self.constants, self).is_unpack_finished() is False:
|
||||
wx.Yield()
|
||||
|
||||
thread = threading.Thread(target=self._build)
|
||||
thread.start()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user