Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/blame/commit/728a18f680598d2c77f8efb62a706978f9960a32/packages/Unity.2.1.505.2/tools/install.ps1 You should set ROOT_URL correctly, otherwise the web may not work correctly.
Prowlarr/packages/Unity.2.1.505.2/tools/install.ps1

11 lines
646 B

<EFBFBD><EFBFBD>param($installPath, $toolsPath, $package, $project)
Import-Module (Join-Path $toolsPath Utils.psm1)
$relativeInstallPath = Get-RelativePath ([System.Io.Path]::GetDirectoryName($dte.Solution.FullName)) $installPath
$folder = (Join-Path (Join-Path $relativeInstallPath "lib") "NET35")
Add-ToolFolder $folder