Merge pull request #50946 from m4gr3d/fix_custom_build_export_master

Fix custom build export
This commit is contained in:
Rémi Verschelde 2021-07-27 19:08:17 +02:00 committed by GitHub
commit ffb519d06a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -2068,6 +2068,8 @@ public:
if (!installed_android_build_template) {
r_missing_templates = !exists_export_template("android_source.zip", &err);
err += TTR("Android build template not installed in the project. Install it from the Project menu.") + "\n";
} else {
r_missing_templates = false;
}
valid = installed_android_build_template && !r_missing_templates;