mirror of
https://github.com/sinbad/UEScripts.git
synced 2025-02-23 13:15:23 +00:00
Always build DevelopmentEditor when packaging, needed in order to have everything available for the Cook step
This commit is contained in:
parent
7527cc4922
commit
ce3998f693
@ -229,6 +229,12 @@ try {
|
||||
}
|
||||
|
||||
|
||||
# We need to build the host Editor target explicitly first, which will be used
|
||||
# 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
|
||||
|
||||
$ueEditorCmd = Get-UEEditorCmd $ueVersion $ueinstall
|
||||
$runUAT = Join-Path $ueinstall "Engine/Build/BatchFiles/RunUAT$batchSuffix"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user