Skip to content

Commit

Permalink
build script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
richardelms committed Dec 31, 2024
1 parent 9f8118a commit 31b56a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/scripts/build_android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ popd
pushd "$script_path/../fixtures"

# Run unity and immediately exit afterwards, log all output
DEFAULT_CLI_ARGS="-quit -batchmode -nographics -logFile build_android_apk.log"
DEFAULT_CLI_ARGS="-quit -batchmode -nographics -logFile build_android_apk.log -buildTarget Android"

project_path=`pwd`/maze_runner

Expand Down

0 comments on commit 31b56a2

Please sign in to comment.