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

@@ -127,6 +127,9 @@ namespace Flax.Deploy
DeployFile(RootPath, OutputPath, "Flax.flaxproj");
// Compress
if (Configuration.DontCompress)
return;
Log.Info(string.Empty);
Log.Info("Compressing editor files...");
string editorPackageZipPath;