fix forgotten variables

This commit is contained in:
Milan Kolar 2022-07-13 09:19:34 +02:00
parent 9a3a01c9ed
commit 60940c0af6
4 changed files with 41 additions and 2 deletions

View file

@ -35,5 +35,5 @@ if (-not (Test-Path -PathType Container -Path "$($env:POETRY_HOME)\bin")) {
Write-Host "OK" -ForegroundColor Green
}
& "$($env:POETRY_HOME)\bin\poetry" run python "$($openpype_root)\start.py" pack-project --project "OP02_VFX_demo"
& "$($env:POETRY_HOME)\bin\poetry" run python "$($openpype_root)\start.py" pack-project --project $ARGS
Set-Location -Path $current_dir