Ver código fonte

Merge pull request #50946 from m4gr3d/fix_custom_build_export_master

Fix custom build export
Rémi Verschelde 4 anos atrás
pai
commit
ffb519d06a
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      platform/android/export/export.cpp

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

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