mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +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:
commit
7a207b3eaa
3 changed files with 11 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue