Only attempt install when export format is APK

This commit is contained in:
Anish Kumar
2025-12-28 05:11:30 +05:30
parent 63227bbc8a
commit a797a2f5f7
3 changed files with 6 additions and 3 deletions

View File

@@ -3958,6 +3958,7 @@ Error EditorExportPlatformAndroid::export_project_helper(const Ref<EditorExportP
project_path,
build_path.substr(project_path.length()),
export_path.path_join(export_filename),
export_format_arg,
cmdline,
copy_args);
#else