Add missing flags

pull/326/head
Andrew Kahr 2022-01-26 00:59:16 -08:00
parent 6a9c5b71a4
commit e50c0a26ef
3 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,8 @@ echo "Requesting activation"
# Activate license # Activate license
/Applications/Unity/Hub/Editor/$UNITY_VERSION/Unity.app/Contents/MacOS/Unity \ /Applications/Unity/Hub/Editor/$UNITY_VERSION/Unity.app/Contents/MacOS/Unity \
-logFile /dev/stdout \ -logFile /dev/stdout \
-batchmode \
-nographics \
-quit \ -quit \
-serial "$UNITY_SERIAL" \ -serial "$UNITY_SERIAL" \
-username "$UNITY_EMAIL" \ -username "$UNITY_EMAIL" \

View File

@ -128,6 +128,8 @@ echo ""
/Applications/Unity/Hub/Editor/$UNITY_VERSION/Unity.app/Contents/MacOS/Unity \ /Applications/Unity/Hub/Editor/$UNITY_VERSION/Unity.app/Contents/MacOS/Unity \
-logfile /dev/stdout \ -logfile /dev/stdout \
-quit \ -quit \
-batchmode \
-nographics \
-customBuildName "$BUILD_NAME" \ -customBuildName "$BUILD_NAME" \
-projectPath "$UNITY_PROJECT_PATH" \ -projectPath "$UNITY_PROJECT_PATH" \
-buildTarget "$BUILD_TARGET" \ -buildTarget "$BUILD_TARGET" \

View File

@ -2,5 +2,7 @@
/Applications/Unity/Hub/Editor/$UNITY_VERSION/Unity.app/Contents/MacOS/Unity \ /Applications/Unity/Hub/Editor/$UNITY_VERSION/Unity.app/Contents/MacOS/Unity \
-logFile /dev/stdout \ -logFile /dev/stdout \
-batchmode \
-nographics \
-quit \ -quit \
-returnlicense -returnlicense