Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/src/commit/2cbc78c78066f76c5bc9c6ad5ba35d041fb4f218/packages/MiniProfiler.MVC3.1.9.1/tools/install.ps1
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
param($installPath, $toolsPath, $package, $project)
|
|
|
|
$path = [System.IO.Path]
|
|
$appstart = $path::Combine($path::GetDirectoryName($project.FileName), "App_Start\MiniProfiler.cs")
|
|
$DTE.ItemOperations.OpenFile($appstart)
|
|
|