mirror of
https://github.com/godotengine/godot.git
synced 2025-10-30 05:01:10 +00:00
iOS: Add export_project_only flag
This commit is contained in:
parent
f880892c3d
commit
076ef3bf6a
4 changed files with 14 additions and 3 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue