Merge pull request #63312 from bruvzg/one_click
[Export] Add one-click deploy over SSH for the desktop exports.
This commit is contained in:
@ -154,7 +154,9 @@ Error EditorRunNative::run_native(int p_idx, int p_platform) {
|
||||
Error err = eep->run(preset, p_idx, flags);
|
||||
result_dialog_log->clear();
|
||||
if (eep->fill_log_messages(result_dialog_log, err)) {
|
||||
result_dialog->popup_centered_ratio(0.5);
|
||||
if (eep->get_worst_message_type() >= EditorExportPlatform::EXPORT_MESSAGE_ERROR) {
|
||||
result_dialog->popup_centered_ratio(0.5);
|
||||
}
|
||||
}
|
||||
return err;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user