Skip to content

Commit

Permalink
added -nographics flag to build.sh (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
BLaZeKiLL authored Oct 22, 2020
1 parent e6d3dae commit 21c985b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action/steps/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ echo ""
xvfb-run --auto-servernum --server-args='-screen 0 640x480x24' \
/opt/Unity/Editor/Unity \
-batchmode \
-nographics \
-logfile /dev/stdout \
-quit \
-customBuildName "$BUILD_NAME" \
Expand Down

0 comments on commit 21c985b

Please sign in to comment.