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