From 8b5c744f9528b09b8d16faf95be85f96f142a1ad Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Sat, 16 Jul 2022 21:44:36 -0500 Subject: Update export template names for Windows, Mac, and Linux --- platform/windows/export/export_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/windows/export/export_plugin.cpp') diff --git a/platform/windows/export/export_plugin.cpp b/platform/windows/export/export_plugin.cpp index 16c67345e0..45bfc761fe 100644 --- a/platform/windows/export/export_plugin.cpp +++ b/platform/windows/export/export_plugin.cpp @@ -104,7 +104,7 @@ Error EditorExportPlatformWindows::export_project(const Ref } String EditorExportPlatformWindows::get_template_file_name(const String &p_target, const String &p_arch) const { - return "windows_" + p_arch + "_" + p_target + ".exe"; + return "windows_" + p_target + "_" + p_arch + ".exe"; } List EditorExportPlatformWindows::get_binary_extensions(const Ref &p_preset) const { -- cgit v1.2.3