mirror of
https://github.com/sinbad/UEScripts.git
synced 2025-02-23 13:15:23 +00:00
Actually execute ExtraBuildArguments
This commit is contained in:
parent
b7a0fd4bbe
commit
c2e6e1120f
@ -238,12 +238,13 @@ try {
|
||||
if ($maps.Count) {
|
||||
$argList.Add("-Map=$($maps -join "+")") > $null
|
||||
}
|
||||
$argList.Add($var.ExtraBuildArguments)
|
||||
|
||||
Write-Output "Building variant: $($var.Name)"
|
||||
|
||||
if ($dryrun) {
|
||||
Write-Output "Would have run:"
|
||||
Write-Output "> $runUAT $($argList -join " ") $($var.ExtraBuildArguments)"
|
||||
Write-Output "> $runUAT $($argList -join " ")"
|
||||
|
||||
} else {
|
||||
$proc = Start-Process $runUAT $argList -Wait -PassThru -NoNewWindow
|
||||
|
Loading…
x
Reference in New Issue
Block a user