瀏覽代碼

Cannot export to OSX

OSX template name misses the 64
Xavier Sellier 4 年之前
父節點
當前提交
3401d97ee6
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
 	String pkg_name;
 	if (app_name != "")
 	if (app_name != "")