diff --git a/ue4-package.ps1 b/ue4-package.ps1 index c26bcd0..9136bfa 100644 --- a/ue4-package.ps1 +++ b/ue4-package.ps1 @@ -234,7 +234,7 @@ try { if ($dryrun) { Write-Output "Would have run:" - Write-Output "> $runUAT $($argList -join " ")" + Write-Output "> $runUAT $($argList -join " ") $($var.ExtraBuildArguments)" } else { $proc = Start-Process $runUAT $argList -Wait -PassThru -NoNewWindow