Flax.Build compress toogle option

This commit is contained in:
Crawcik
2022-09-07 18:15:14 +02:00
parent 8b0d1b4a8c
commit f154bfcfc1
3 changed files with 13 additions and 3 deletions

View File

@@ -39,6 +39,12 @@ namespace Flax.Build
[CommandLine("deploy", "Runs the deploy tool.")]
public static bool Deploy = false;
/// <summary>
/// Compresses deployed files.
/// </summary>
[CommandLine("deployDontCompress", "Skips compressing deployed files, and keeps files.")]
public static bool DontCompress = false;
/// <summary>
/// Builds the targets. Builds all the targets, use <see cref="BuildTargets"/> to select a custom set of targets for the build.
/// </summary>