You're breathtaking!
This commit is contained in:
19
Source/Tools/Flax.Build/Deploy/Configuration.cs
Normal file
19
Source/Tools/Flax.Build/Deploy/Configuration.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
// Copyright (c) 2012-2020 Wojciech Figat. All rights reserved.
|
||||
|
||||
namespace Flax.Build
|
||||
{
|
||||
public static partial class Configuration
|
||||
{
|
||||
/// <summary>
|
||||
/// Builds and packages the editor.
|
||||
/// </summary>
|
||||
[CommandLine("deployEditor", "Builds and packages the editor.")]
|
||||
public static bool DeployEditor;
|
||||
|
||||
/// <summary>
|
||||
/// Builds and packages the platforms data.
|
||||
/// </summary>
|
||||
[CommandLine("deployPlatforms", "Builds and packages the platforms data.")]
|
||||
public static bool DeployPlatforms;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user