uwp export: fix existing template check
(cherry picked from commit 11a1624202
)
This commit is contained in:
parent
bf6186449f
commit
134428aefd
|
@ -1124,7 +1124,7 @@ public:
|
|||
} break;
|
||||
}
|
||||
|
||||
if (!exists_export_template("uwp_" + platform_infix + "_debug.zip", &err) || !exists_export_template("uwp_" + platform_infix + "_debug.zip", &err)) {
|
||||
if (!exists_export_template("uwp_" + platform_infix + "_debug.zip", &err) || !exists_export_template("uwp_" + platform_infix + "_release.zip", &err)) {
|
||||
valid = false;
|
||||
r_missing_templates = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue