You've already forked godot
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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user