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

Set the default Linux extension to nothing.

This commit is contained in:
Nathan Warden
2015-01-15 13:00:33 -05:00
parent 7d2f359a0c
commit c2ffdb05d4

View File

@@ -11,7 +11,7 @@ void register_x11_exporter() {
{ {
Ref<EditorExportPlatformPC> exporter = Ref<EditorExportPlatformPC>( memnew(EditorExportPlatformPC) ); Ref<EditorExportPlatformPC> exporter = Ref<EditorExportPlatformPC>( memnew(EditorExportPlatformPC) );
exporter->set_binary_extension("bin"); exporter->set_binary_extension("");
exporter->set_release_binary32("linux_x11_32_release"); exporter->set_release_binary32("linux_x11_32_release");
exporter->set_debug_binary32("linux_x11_32_debug"); exporter->set_debug_binary32("linux_x11_32_debug");
exporter->set_release_binary64("linux_x11_64_release"); exporter->set_release_binary64("linux_x11_64_release");