luckyworld/Builds/Linux/Luckyrobots.sh
Goran Lazarevski c59de06d6b
Some checks failed
Unreal Engine Build / macos-build (push) Failing after 36m34s
Unreal Engine Build / build-and-release (push) Failing after 36m35s
Multi release action
2025-04-01 12:05:53 +02:00

6 lines
288 B
Bash

#!/bin/sh
UE_TRUE_SCRIPT_NAME=$(echo \"$0\" | xargs readlink -f)
UE_PROJECT_ROOT=$(dirname "$UE_TRUE_SCRIPT_NAME")
chmod +x "$UE_PROJECT_ROOT/Luckyrobots/Binaries/Linux/Luckyrobots-Linux-Shipping"
"$UE_PROJECT_ROOT/Luckyrobots/Binaries/Linux/Luckyrobots-Linux-Shipping" Luckyrobots "$@"