Skip to content

Commit

Permalink
Update DepotDownloader to 2.5.0 for CI builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gwindalmir committed Jun 15, 2023
1 parent 418ba2d commit 2f2c857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/LinkBinaries.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function Get-ViaDepotDownloader {

$depotId = $serverAppId + 1

$ver = "2.4.6"
$ver = "2.5.0"
$name = "depotdownloader-$($ver)"
if (-not(Test-Path -Path "$($PSScriptRoot)\$($name)\DepotDownloader.exe" -PathType Leaf)) {
# Don't allow parallel builds to each trigger this download
Expand Down

0 comments on commit 2f2c857

Please sign in to comment.