mirror of
https://github.com/sinbad/UEScripts.git
synced 2025-02-23 13:15:23 +00:00
Actually call RunUAT
This commit is contained in:
parent
88936073fa
commit
d0bd9780ec
@ -218,9 +218,11 @@ try {
|
|||||||
Write-Output "Would have run:"
|
Write-Output "Would have run:"
|
||||||
Write-Output "> $runUAT $($argList -join " ")"
|
Write-Output "> $runUAT $($argList -join " ")"
|
||||||
|
|
||||||
|
} else {
|
||||||
|
$proc = Start-Process $runUAT $argList -Wait -PassThru -NoNewWindow
|
||||||
} else {
|
if ($proc.ExitCode -ne 0) {
|
||||||
|
throw "RunUAT failed!"
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user