Remove explicit batch mode

pull/261/head
Webber 2021-05-20 01:12:47 +02:00
parent c0b6ee391a
commit 21310e009a
3 changed files with 0 additions and 4 deletions

View File

@ -25,7 +25,6 @@ if [[ -n "$UNITY_LICENSE" ]] || [[ -n "$UNITY_LICENSE_FILE" ]]; then
# Activate license
ACTIVATION_OUTPUT=$(unity-editor \
-batchmode \
-logFile /dev/stdout \
-quit \
-manualLicenseFile $FILE_PATH)
@ -62,7 +61,6 @@ elif [[ -n "$UNITY_SERIAL" && -n "$UNITY_EMAIL" && -n "$UNITY_PASSWORD" ]]; then
# Activate license
unity-editor \
-batchmode \
-logFile /dev/stdout \
-quit \
-serial "$UNITY_SERIAL" \

1
dist/steps/build.sh vendored
View File

@ -116,7 +116,6 @@ echo ""
# Reference: https://docs.unity3d.com/2019.3/Documentation/Manual/CommandLineArguments.html
unity-editor \
-batchmode \
-logfile /dev/stdout \
-quit \
-customBuildName "$BUILD_NAME" \

View File

@ -7,7 +7,6 @@ if [[ -n "$UNITY_SERIAL" ]]; then
# This will return the license that is currently in use.
#
unity-editor \
-batchmode \
-logFile /dev/stdout \
-quit \
-returnlicense