From cd90c3a9933346f73bb87610e44cb5ac17b2863e Mon Sep 17 00:00:00 2001 From: "Mr. Blue" Date: Mon, 9 Oct 2023 17:21:03 +0200 Subject: [PATCH] Update DepotDownloader url --- Steam.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Steam.ps1 b/Steam.ps1 index 4abead9..3ec0d3f 100644 --- a/Steam.ps1 +++ b/Steam.ps1 @@ -39,7 +39,7 @@ $references_file = Join-Path $tools_dir ".references" New-Item "$tools_dir", "$managed_dir" -ItemType Directory -Force | Out-Null # Set URLs of dependencies and tools to download -$steam_depotdl_url = "https://github.com/SteamRE/DepotDownloader/releases/download/DepotDownloader_2.4.6/depotdownloader-2.4.6.zip" +$steam_depotdl_url = "https://github.com/SteamRE/DepotDownloader/releases/download/DepotDownloader_2.5.0/depotdownloader-2.5.0.zip" $de4dot_url = "https://github.com/0xd4d/de4dot/suites/507020524/artifacts/2658127" $patcher_url = "https://github.com/OxideMod/Oxide.Patcher/releases/download/latest/OxidePatcher.exe"