s2-dungeonsandexploits/unity/build.sh

9 lines
194 B
Bash
Executable File

#!/bin/bash -e
cd "$(dirname "$0")"
"$HOME/Unity/Hub/Editor/2022.1.22f1/Editor/Unity" \
-quit -batchmode \
-logFile "/dev/stdout" \
-projectPath "./game/" \
-executeMethod "WebGLBuilder.Build"