We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3f2851 commit d95e842Copy full SHA for d95e842
Tools/LinkBinaries.ps1
@@ -20,8 +20,8 @@ function Get-ViaDepotDownloader {
20
21
$depotId = $serverAppId + 1
22
23
- $ver = "2.5.0"
24
- $name = "depotdownloader-$($ver)"
+ $ver = "3.2.0"
+ $name = "depotdownloader-windows-x64"
25
if (-not(Test-Path -Path "$($PSScriptRoot)\$($name)\DepotDownloader.exe" -PathType Leaf)) {
26
# Don't allow parallel builds to each trigger this download
27
$lockfile = $null
0 commit comments