Files
UnrealEngine/mybuild.sh
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

13 lines
332 B
Bash
Executable File

#!/bin/bash
./Engine/Build/BatchFiles/RunUAT.sh BuildGraph \
-script=Engine/Build/InstalledEngineBuild.xml \
-target="Make Installed Build Linux" \
-set:HostPlatformOnly=true \
-set:WithLinux=true \
-set:WithWin64=true \
-set:WithAndroid=false \
-set:WithClient=false \
-set:WithServer=false \
-set:WithDDC=false