Fix custom build export

(cherry picked from commit df1ebbb0aa)
This commit is contained in:
Fredia Huya-Kouadio 2021-07-27 09:14:02 -07:00 committed by Rémi Verschelde
parent 03a6fe6489
commit 947c87d717
No known key found for this signature in database
GPG Key ID: C3336907360768E1

View File

@ -2155,6 +2155,8 @@ public:
if (!installed_android_build_template) {
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;