Skip to content

Commit d95e842

Browse files
committed
Update DepotDownloader.
1 parent a3f2851 commit d95e842

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tools/LinkBinaries.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ function Get-ViaDepotDownloader {
2020

2121
$depotId = $serverAppId + 1
2222

23-
$ver = "2.5.0"
24-
$name = "depotdownloader-$($ver)"
23+
$ver = "3.2.0"
24+
$name = "depotdownloader-windows-x64"
2525
if (-not(Test-Path -Path "$($PSScriptRoot)\$($name)\DepotDownloader.exe" -PathType Leaf)) {
2626
# Don't allow parallel builds to each trigger this download
2727
$lockfile = $null

0 commit comments

Comments
 (0)