Fix custom build export

This commit is contained in:
Fredia Huya-Kouadio 2021-07-27 09:14:02 -07:00
parent fddc370b2b
commit df1ebbb0aa

View file

@ -2129,6 +2129,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;