Skip to content

Commit

Permalink
Update DepotDownloader url
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBlue committed Oct 9, 2023
1 parent cb27b2e commit cd90c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Steam.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit cd90c3a

Please sign in to comment.