Skip to content

Commit

Permalink
Remove -nographics flag, ensure single -batchmode flag (#261)
Browse files Browse the repository at this point in the history
* 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)
  • Loading branch information
webbertakken authored May 22, 2021
1 parent f0e18ea commit 9fff362
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions dist/steps/activate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ if [[ -n "$UNITY_LICENSE" ]] || [[ -n "$UNITY_LICENSE_FILE" ]]; then

# Activate license
ACTIVATION_OUTPUT=$(unity-editor \
-nographics \
-logFile /dev/stdout \
-quit \
-manualLicenseFile $FILE_PATH)
Expand Down Expand Up @@ -62,8 +61,6 @@ elif [[ -n "$UNITY_SERIAL" && -n "$UNITY_EMAIL" && -n "$UNITY_PASSWORD" ]]; then

# Activate license
unity-editor \
-batchmode \
-nographics \
-logFile /dev/stdout \
-quit \
-serial "$UNITY_SERIAL" \
Expand Down
1 change: 0 additions & 1 deletion dist/steps/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ echo ""
# Reference: https://docs.unity3d.com/2019.3/Documentation/Manual/CommandLineArguments.html

unity-editor \
-nographics \
-logfile /dev/stdout \
-quit \
-customBuildName "$BUILD_NAME" \
Expand Down
1 change: 0 additions & 1 deletion dist/steps/return_license.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ if [[ -n "$UNITY_SERIAL" ]]; then
# This will return the license that is currently in use.
#
unity-editor \
-nographics \
-logFile /dev/stdout \
-quit \
-returnlicense
Expand Down

0 comments on commit 9fff362

Please sign in to comment.