summaryrefslogtreecommitdiff
path: root/platform/linuxbsd/export
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2022-07-16 21:44:36 -0500
committerAaron Franke <arnfranke@yahoo.com>2022-07-22 18:40:59 -0500
commit8b5c744f9528b09b8d16faf95be85f96f142a1ad (patch)
treecd5166198591232597601b318ba831f6e9a18c81 /platform/linuxbsd/export
parentfe929d4787b2b11390891fb03da1dda78b18eb65 (diff)
Update export template names for Windows, Mac, and Linux
Diffstat (limited to 'platform/linuxbsd/export')
-rw-r--r--platform/linuxbsd/export/export_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linuxbsd/export/export_plugin.cpp b/platform/linuxbsd/export/export_plugin.cpp
index 4e14920e79..d54e07d8a5 100644
--- a/platform/linuxbsd/export/export_plugin.cpp
+++ b/platform/linuxbsd/export/export_plugin.cpp
@@ -84,7 +84,7 @@ void EditorExportPlatformLinuxBSD::set_extension(const String &p_extension, cons
}
String EditorExportPlatformLinuxBSD::get_template_file_name(const String &p_target, const String &p_arch) const {
- return "linux_x11_" + p_arch + "_" + p_target;
+ return "linux_" + p_target + "." + p_arch;
}
List<String> EditorExportPlatformLinuxBSD::get_binary_extensions(const Ref<EditorExportPreset> &p_preset) const {