Compare commits

...

1 Commits

Author SHA1 Message Date
Webber Takken
9e2a1b2d35 Remove duplicate flag batch-mode (#173) 2020-11-09 20:04:56 +01:00
3 changed files with 0 additions and 3 deletions

View File

@@ -25,7 +25,6 @@ if [[ -n "$UNITY_LICENSE" ]] || [[ -n "$UNITY_LICENSE_FILE" ]]; then
# Activate license
ACTIVATION_OUTPUT=$(unity-editor \
-batchmode \
-nographics \
-logFile /dev/stdout \
-quit \

View File

@@ -109,7 +109,6 @@ echo "###########################"
echo ""
unity-editor \
-batchmode \
-nographics \
-logfile /dev/stdout \
-quit \

View File

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