fengtt42's picture
Upload 5 files
12ce308 verified
raw
history blame contribute delete
283 Bytes
#!/bin/sh
UE_TRUE_SCRIPT_NAME=$(echo \"$0\" | xargs readlink -f)
UE_PROJECT_ROOT=$(dirname "$UE_TRUE_SCRIPT_NAME")
chmod +x "$UE_PROJECT_ROOT/Landscape3/Binaries/Linux/Landscape3-Linux-Shipping"
"$UE_PROJECT_ROOT/Landscape3/Binaries/Linux/Landscape3-Linux-Shipping" Landscape3 "$@"