Files
UnrealEngine/winBuild.bat
Brandyn / Techy 88a307df63
Some checks failed
Windows setup / run-setup (push) Failing after 28m3s
fix build
2026-04-06 23:56:14 -05:00

12 lines
335 B
Batchfile
Executable File

@echo off
call .\Engine\Build\BatchFiles\RunUAT.bat BuildGraph ^
-script=Engine/Build/InstalledEngineBuild.xml ^
-target="Make Installed Build Win64" ^
-set:HostPlatformOnly=true ^
-set:WithLinux=true ^
-set:WithWin64=true ^
-set:WithAndroid=false ^
-set:WithClient=false ^
-set:WithServer=false ^
-set:WithDDC=false