mirror of
https://github.com/sinbad/UEScripts.git
synced 2025-02-23 05:05:24 +00:00
Make ue-build call in ue-package work regardless of PATH
This commit is contained in:
parent
97d91cc6b1
commit
44ff8bd318
@ -233,7 +233,7 @@ try {
|
||||
# to run the "Cook" stage. If we don't do this, then any source plugins will
|
||||
# be missing in a clean checkout build and the cook stage will fail
|
||||
Write-Output "Building Editor (for Cooking)"
|
||||
ue-build.ps1 -mode:dev -src:$src -nocloseeditor -dryrun:$dryrun
|
||||
.\ue-build.ps1 -mode:dev -src:$src -nocloseeditor -dryrun:$dryrun
|
||||
|
||||
$ueEditorCmd = Get-UEEditorCmd $ueVersion $ueinstall
|
||||
$runUAT = Join-Path $ueinstall "Engine/Build/BatchFiles/RunUAT$batchSuffix"
|
||||
|
Loading…
x
Reference in New Issue
Block a user