Forráskód Böngészése

Fix custom build export

(cherry picked from commit df1ebbb0aa7cd26c3753181761201afc0948deff)
Fredia Huya-Kouadio 4 éve
szülő
commit
947c87d717
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      platform/android/export/export.cpp

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

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