From 44ff8bd318debd4a6e104fe167e2a5d5f24e31b7 Mon Sep 17 00:00:00 2001 From: Steve Streeting Date: Thu, 28 Sep 2023 14:41:56 +0100 Subject: [PATCH] Make ue-build call in ue-package work regardless of PATH --- ue-package.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ue-package.ps1 b/ue-package.ps1 index 044e206..ab0cbae 100644 --- a/ue-package.ps1 +++ b/ue-package.ps1 @@ -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"