mirror of
https://github.com/Ellpeck/GameBundle.git
synced 2024-11-05 09:49:09 +01:00
better beauty usage
This commit is contained in:
parent
fbd2c30c35
commit
9e328c7796
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ namespace GameBundle {
|
|||
// Run beauty
|
||||
var excludes = string.Empty;
|
||||
if (options.ExcludedFiles.Length > 0)
|
||||
excludes = "excludes=" + string.Join(";", options.ExcludedFiles);
|
||||
excludes = '"' + string.Join(";", options.ExcludedFiles) + '"';
|
||||
var log = options.Verbose ? "Detail" : "Error";
|
||||
RunProcess(options, "ncbeauty", $"--loglevel={log} --force=True {path} Lib {excludes}");
|
||||
|
||||
|
|
Loading…
Reference in a new issue