From e50c0a26ef548659a1db669bf9e4757fb1cff5f2 Mon Sep 17 00:00:00 2001 From: Andrew Kahr <22359829+AndrewKahr@users.noreply.github.com> Date: Wed, 26 Jan 2022 00:59:16 -0800 Subject: [PATCH] Add missing flags --- dist/platforms/mac/steps/activate.sh | 2 ++ dist/platforms/mac/steps/build.sh | 2 ++ dist/platforms/mac/steps/return_license.sh | 2 ++ 3 files changed, 6 insertions(+) diff --git a/dist/platforms/mac/steps/activate.sh b/dist/platforms/mac/steps/activate.sh index 85732c32..a3def9f3 100755 --- a/dist/platforms/mac/steps/activate.sh +++ b/dist/platforms/mac/steps/activate.sh @@ -5,6 +5,8 @@ echo "Requesting activation" # Activate license /Applications/Unity/Hub/Editor/$UNITY_VERSION/Unity.app/Contents/MacOS/Unity \ -logFile /dev/stdout \ + -batchmode \ + -nographics \ -quit \ -serial "$UNITY_SERIAL" \ -username "$UNITY_EMAIL" \ diff --git a/dist/platforms/mac/steps/build.sh b/dist/platforms/mac/steps/build.sh index e4b6aad7..d9e9a6cf 100755 --- a/dist/platforms/mac/steps/build.sh +++ b/dist/platforms/mac/steps/build.sh @@ -128,6 +128,8 @@ echo "" /Applications/Unity/Hub/Editor/$UNITY_VERSION/Unity.app/Contents/MacOS/Unity \ -logfile /dev/stdout \ -quit \ + -batchmode \ + -nographics \ -customBuildName "$BUILD_NAME" \ -projectPath "$UNITY_PROJECT_PATH" \ -buildTarget "$BUILD_TARGET" \ diff --git a/dist/platforms/mac/steps/return_license.sh b/dist/platforms/mac/steps/return_license.sh index b88db073..89ae21b1 100755 --- a/dist/platforms/mac/steps/return_license.sh +++ b/dist/platforms/mac/steps/return_license.sh @@ -2,5 +2,7 @@ /Applications/Unity/Hub/Editor/$UNITY_VERSION/Unity.app/Contents/MacOS/Unity \ -logFile /dev/stdout \ + -batchmode \ + -nographics \ -quit \ -returnlicense