mirror of
https://github.com/Omni-guides/Jackify.git
synced 2026-06-17 15:17:45 +02:00
Sync from development - prepare for v0.5.0
This commit is contained in:
@@ -143,7 +143,11 @@ class TTWInstallationThread(QThread):
|
||||
elif returncode == 0:
|
||||
self.installation_finished.emit(True, "TTW installation completed successfully!")
|
||||
else:
|
||||
self.installation_finished.emit(False, f"TTW installation failed with exit code {returncode}")
|
||||
self.installation_finished.emit(
|
||||
False,
|
||||
f"TTW installer exited unexpectedly (code {returncode}). "
|
||||
"Review the recent console output for the failing step."
|
||||
)
|
||||
|
||||
except Exception as e:
|
||||
import traceback
|
||||
|
||||
Reference in New Issue
Block a user