mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 04:06:14 +00:00
Cannot export to OSX
OSX template name misses the 64
This commit is contained in:
parent
11fba315ec
commit
3401d97ee6
@ -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 != "")
|
||||
|
Loading…
Reference in New Issue
Block a user