Skip to content

Commit

Permalink
Update build.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
wilg committed Sep 21, 2022
1 parent 59a74fa commit 3337de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/platforms/windows/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Write-Output "# Building project #"
Write-Output "###########################"
Write-Output ""

& "C:\Program Files\Unity\Hub\Editor\$Env:UNITY_VERSION\Editor\Unity.exe" -quit -batchmode -nographics`
& "C:\Program Files\Unity\Hub\Editor\$Env:UNITY_VERSION\Editor\Unity.exe" -quit -batchmode -nographics `
-projectPath $Env:UNITY_PROJECT_PATH `
-executeMethod $Env:BUILD_METHOD `
-buildTarget $Env:BUILD_TARGET `
Expand Down

0 comments on commit 3337de4

Please sign in to comment.