Browse Source

Fix custom build export

Fredia Huya-Kouadio 4 years ago
parent
commit
df1ebbb0aa
1 changed files with 2 additions and 0 deletions
  1. 2 0
      platform/android/export/export.cpp

+ 2 - 0
platform/android/export/export.cpp

@@ -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;