1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +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

@@ -1361,7 +1361,7 @@ Error EditorExportPlatformMacOS::export_project(const Ref<EditorExportPreset> &p
String src_pkg_name;
EditorProgress ep("export", "Exporting for macOS", 3, true);
EditorProgress ep("export", TTR("Exporting for macOS"), 3, true);
if (p_debug) {
src_pkg_name = p_preset->get("custom_template/debug");