mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00
Remove nographics Flag by Default
This commit is contained in:
parent
2800d14403
commit
af4dbec8c0
1
dist/platforms/windows/build.ps1
vendored
1
dist/platforms/windows/build.ps1
vendored
@ -135,7 +135,6 @@ $_, $customParametersArray = Invoke-Expression('Write-Output -- "" ' + $Env:CUST
|
||||
$unityArgs = @(
|
||||
"-quit",
|
||||
"-batchmode",
|
||||
"-nographics",
|
||||
"-silent-crashes",
|
||||
"-customBuildName", "`"$Env:BUILD_NAME`"",
|
||||
"-projectPath", "`"$Env:UNITY_PROJECT_PATH`"",
|
||||
|
Loading…
Reference in New Issue
Block a user