diff --git a/platform/osx/export/export.cpp b/platform/osx/export/export.cpp index 808e5b9029..3a434983a6 100644 --- a/platform/osx/export/export.cpp +++ b/platform/osx/export/export.cpp @@ -387,7 +387,7 @@ Error EditorExportPlatformOSX::export_project(const String &p_path, bool p_debug } } - String binary_to_use = "godot_osx_" + String(p_debug ? "debug" : "release") + "."; + String binary_to_use = "godot_osx_" + String(p_debug ? "debug" : "release") + ".64"; String pkg_name; if (app_name != "")