1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

iOS: Add export_project_only flag

This commit is contained in:
Phil Hudson
2023-06-24 16:38:08 +08:00
committed by Yuri Sizov
parent f880892c3d
commit 076ef3bf6a
4 changed files with 14 additions and 3 deletions

View File

@@ -266,7 +266,7 @@ Error EditorExportPlatformUWP::export_project(const Ref<EditorExportPreset> &p_p
String src_appx;
EditorProgress ep("export", "Exporting for UWP", 7, true);
EditorProgress ep("export", TTR("Exporting for UWP"), 7, true);
if (p_debug) {
src_appx = p_preset->get("custom_template/debug");