fix(orbis): set workingdir

This commit is contained in:
str1k3r
2026-08-02 17:16:18 -04:00
parent b7e90137b9
commit 689848ac45
@@ -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