Fix default build target preset

This commit is contained in:
Wojtek Figat
2024-12-04 18:44:09 +01:00
parent 848dbdf532
commit e27d18ef87

View File

@@ -21,8 +21,8 @@ namespace FlaxEditor.Content.Settings
{
new BuildTarget
{
Name = "Windows 64bit",
Output = "Output\\Win64",
Name = "Windows",
Output = "Output\\Windows",
Platform = BuildPlatform.Windows64,
Mode = BuildConfiguration.Development,
},
@@ -35,8 +35,8 @@ namespace FlaxEditor.Content.Settings
{
new BuildTarget
{
Name = "Windows 64bit",
Output = "Output\\Win64",
Name = "Windows",
Output = "Output\\Windows",
Platform = BuildPlatform.Windows64,
Mode = BuildConfiguration.Release,
},