Explorar o código

Merge pull request #41733 from xsellier/patch-1

[2.1][OSX] Cannot export to OSX
Rémi Verschelde %!s(int64=4) %!d(string=hai) anos
pai
achega
7cef81bffe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      platform/osx/export/export.cpp

+ 1 - 1
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 != "")