mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-14 04:38:20 +10:00
gui_main.py: Adjust payload verification
This commit is contained in:
@@ -164,7 +164,7 @@ class wx_python_gui:
|
||||
|
||||
def is_unpack_finished(self):
|
||||
if not self.constants.unpack_thread.is_alive():
|
||||
if Path(self.constants.payload_path).exists():
|
||||
if Path(self.constants.payload_kexts_path).exists():
|
||||
return True
|
||||
else:
|
||||
# Raise error to end program
|
||||
|
||||
Reference in New Issue
Block a user