From 9850bc60582c781fe55c276fb7e82acc7cec6eeb Mon Sep 17 00:00:00 2001 From: Scion Date: Sun, 12 Mar 2023 18:33:24 -0700 Subject: [PATCH] test --- unity-command/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unity-command/entrypoint.sh b/unity-command/entrypoint.sh index 92e9602..42dd292 100644 --- a/unity-command/entrypoint.sh +++ b/unity-command/entrypoint.sh @@ -27,7 +27,7 @@ fi if [[ "$SERIAL" == "public" ]]; then unity-editor $DEFAULT_ARGS -serial $SERIAL -username $EMAIL -password $PASSWORD else - UnityBuilder -i unity-editor -u $EMAIL -p $PASSWORD + /usr/bin/UnityBuilder -i unity-editor -u $EMAIL -p $PASSWORD fi #Run the command.