Skip to content

Commit 763f478

Browse files
committed
Update depot downloader to 3.4.0
1 parent c28d1f3 commit 763f478

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Steam.ps1

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $references_file = Join-Path $tools_dir ".references"
4141
New-Item "$tools_dir", "$managed_dir", "$docs_dir" -ItemType Directory -Force | Out-Null
4242

4343
# Set URLs of dependencies and tools to download
44-
$steam_depotdl_url = "https://img.mrblue.io/bf641959245341c381cffc95f38a2bc6.zip"
44+
$steam_depotdl_url = "https://github.com/SteamRE/DepotDownloader/releases/download/DepotDownloader_3.4.0/DepotDownloader-windows-x64.zip"
4545
$de4dot_url = "https://github.com/0xd4d/de4dot/suites/507020524/artifacts/2658127"
4646
$patcher_url = "https://github.com/OxideMod/Oxide.Patcher/releases/download/latest/OxidePatcher.exe"
4747

@@ -158,6 +158,10 @@ function Get-Dependencies {
158158
exit 1
159159
}
160160
}
161+
elseif ($steam_access.ToLower() -eq "anonymous")
162+
{
163+
$steam_access = ""
164+
}
161165

162166
# Cleanup existing game files, else they are not always the latest
163167
#Remove-Item $managed_dir -Recurse -Force

0 commit comments

Comments
 (0)