mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 22:20:53 +10:00
gui_main.py: Adjust payload verification
This commit is contained in:
+1
-1
@@ -164,7 +164,7 @@ class wx_python_gui:
|
|||||||
|
|
||||||
def is_unpack_finished(self):
|
def is_unpack_finished(self):
|
||||||
if not self.constants.unpack_thread.is_alive():
|
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
|
return True
|
||||||
else:
|
else:
|
||||||
# Raise error to end program
|
# Raise error to end program
|
||||||
|
|||||||
Reference in New Issue
Block a user