mirror of https://github.com/bmgjet/Oxide.Rust.git
Update DepotDownloader url
This commit is contained in:
parent
7f18c8c01d
commit
cfa50f5613
|
@ -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://img.mrblue.io/ed3a2b1054f5482e95832dba85953955.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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue