Add username and password to mac build.sh

pull/383/head
gnomesley 2022-04-11 14:53:41 -04:00
parent a61c02481f
commit b081e3320c
1 changed files with 2 additions and 0 deletions

View File

@ -130,6 +130,8 @@ echo ""
-quit \
-batchmode \
-nographics \
-username "$UNITY_EMAIL" \
-password "$UNITY_PASSWORD" \
-customBuildName "$BUILD_NAME" \
-projectPath "$UNITY_PROJECT_PATH" \
-buildTarget "$BUILD_TARGET" \