Skip to content

Commit

Permalink
Update DepotDownloader.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gwindalmir committed Oct 12, 2021
1 parent d1b140d commit 584a09e
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.4"
$ver = "2.4.5"
$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 584a09e

Please sign in to comment.