From 2f2c8574ef35eafbc75523c15e1c66e1df7b64b3 Mon Sep 17 00:00:00 2001 From: Daniel Osborne <1127170+Gwindalmir@users.noreply.github.com> Date: Wed, 14 Jun 2023 22:42:47 -0700 Subject: [PATCH] Update DepotDownloader to 2.5.0 for CI builds. --- Tools/LinkBinaries.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/LinkBinaries.ps1 b/Tools/LinkBinaries.ps1 index 9628d4c..bb1dbd6 100644 --- a/Tools/LinkBinaries.ps1 +++ b/Tools/LinkBinaries.ps1 @@ -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