fix(orbis): set workingdir
This commit is contained in:
@@ -128,7 +128,9 @@ if (-not (Test-Path $genGp4)) {
|
||||
} else {
|
||||
Write-Host "Orbis Postbuild: Generating GP4..."
|
||||
$proc = Start-Process -FilePath $genGp4 -ArgumentList $pkgSrc `
|
||||
-NoNewWindow -Wait -PassThru
|
||||
-WorkingDirectory (Split-Path $pkgSrc -Parent) `
|
||||
-NoNewWindow -Wait -PassThru
|
||||
|
||||
if ($proc.ExitCode -ne 0) {
|
||||
Write-Host "Orbis Postbuild ERROR: gengp4_app.exe failed with exit code $($proc.ExitCode)"
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user