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

Merge pull request #41733 from xsellier/patch-1

[2.1][OSX] Cannot export to OSX
This commit is contained in:
Rémi Verschelde
2020-09-03 14:38:57 +02:00
committed by GitHub

View File

@@ -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; String pkg_name;
if (app_name != "") if (app_name != "")