Skip to content

Commit 9fff362

Browse files
authoredMay 22, 2021
Remove -nographics flag, ensure single -batchmode flag (#261)
* Remove -nographics flag, ensure -batchmode * Remove explicit batch mode * Add libnotify4 and bin for notify-send * non-interactive frontend * Move docker changes to base image (docker repo)
1 parent f0e18ea commit 9fff362

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed
 

‎dist/steps/activate.sh

-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ if [[ -n "$UNITY_LICENSE" ]] || [[ -n "$UNITY_LICENSE_FILE" ]]; then
2525

2626
# Activate license
2727
ACTIVATION_OUTPUT=$(unity-editor \
28-
-nographics \
2928
-logFile /dev/stdout \
3029
-quit \
3130
-manualLicenseFile $FILE_PATH)
@@ -62,8 +61,6 @@ elif [[ -n "$UNITY_SERIAL" && -n "$UNITY_EMAIL" && -n "$UNITY_PASSWORD" ]]; then
6261

6362
# Activate license
6463
unity-editor \
65-
-batchmode \
66-
-nographics \
6764
-logFile /dev/stdout \
6865
-quit \
6966
-serial "$UNITY_SERIAL" \

‎dist/steps/build.sh

-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ echo ""
116116
# Reference: https://docs.unity3d.com/2019.3/Documentation/Manual/CommandLineArguments.html
117117

118118
unity-editor \
119-
-nographics \
120119
-logfile /dev/stdout \
121120
-quit \
122121
-customBuildName "$BUILD_NAME" \

‎dist/steps/return_license.sh

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ if [[ -n "$UNITY_SERIAL" ]]; then
77
# This will return the license that is currently in use.
88
#
99
unity-editor \
10-
-nographics \
1110
-logFile /dev/stdout \
1211
-quit \
1312
-returnlicense

0 commit comments

Comments
 (0)