1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-06 17:25:19 +00:00

Merge pull request #113389 from m4gr3d/fix_android_editor_gradle_apk_install

[Android editor] Fix apk install after gradle build
This commit is contained in:
Rémi Verschelde
2025-12-01 11:50:29 +01:00
3 changed files with 11 additions and 2 deletions

View File

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