From 046ab3a72d5217774c7c34f800b5c95b9ded52d3 Mon Sep 17 00:00:00 2001 From: BLaZeKiLL Date: Thu, 22 Oct 2020 12:27:27 +0530 Subject: [PATCH] -no-graphics flag removed from build script --- action/steps/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/action/steps/build.sh b/action/steps/build.sh index 004be33e..b3552ce2 100755 --- a/action/steps/build.sh +++ b/action/steps/build.sh @@ -110,7 +110,6 @@ echo "" unity-editor \ -batchmode \ - -nographics \ -logfile /dev/stdout \ -quit \ -customBuildName "$BUILD_NAME" \