From 4be5d2ddf4e0f4f16799576555bf7d2fc1c61c08 Mon Sep 17 00:00:00 2001 From: gnomesley Date: Mon, 11 Apr 2022 16:22:52 -0400 Subject: [PATCH] Add username and password to mac build.sh (#383) --- dist/platforms/mac/steps/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dist/platforms/mac/steps/build.sh b/dist/platforms/mac/steps/build.sh index 7863a5ba..420321df 100755 --- a/dist/platforms/mac/steps/build.sh +++ b/dist/platforms/mac/steps/build.sh @@ -130,6 +130,8 @@ echo "" -quit \ -batchmode \ -nographics \ + -username "$UNITY_EMAIL" \ + -password "$UNITY_PASSWORD" \ -customBuildName "$BUILD_NAME" \ -projectPath "$UNITY_PROJECT_PATH" \ -buildTarget "$BUILD_TARGET" \