Updated Linux template extensions to match architecture.

This commit is contained in:
Nathan Warden
2017-12-12 16:09:48 -05:00
parent 1401b07d32
commit f89d78a7a4
9 changed files with 29 additions and 16 deletions
+3 -1
View File
@@ -718,7 +718,9 @@ void ProjectExportDialog::_export_project() {
export_project->set_access(FileDialog::ACCESS_FILESYSTEM);
export_project->clear_filters();
export_project->set_current_file(default_filename);
String extension = platform->get_binary_extension();
String extension = platform->get_binary_extension(current);
if (extension != String()) {
export_project->add_filter("*." + extension + " ; " + platform->get_name() + " Export");
}