Files
UnrealEngine/Samples/Games/Lyra/Build/BatchFiles/RunLocalPackage_EOS.bat
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

5 lines
347 B
Batchfile
Executable File

pushd "%~dp0..\..\..\..\.."
call .\Engine\Build\BatchFiles\RunUAT.bat BuildCookRun -nop4 -project=./Samples/Games/Lyra/Lyra.uproject -cook -stage -archive -archivedirectory=./Samples/Games/Lyra/PackagedDevEOS -package -compressed -pak -prereqs -targetplatform=Win64 -build -target=LyraGameEOS -clientconfig=Development -utf8output -compile
pause