You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
uwp export: fix existing template check
This commit is contained in:
@@ -1134,7 +1134,7 @@ public:
|
|||||||
} break;
|
} 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;
|
valid = false;
|
||||||
r_missing_templates = true;
|
r_missing_templates = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user