Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/2922180fdfa00a9acdade10a99e613f6916522ab You should set ROOT_URL correctly, otherwise the web may not work correctly.

user 4.0 version of json.net

pull/3113/head
Keivan Beigi 12 years ago
parent 25b0a4f275
commit 2922180fdf

@ -84,8 +84,8 @@ Function PackageMono()
Function AddJsonNet()
{
get-childitem $outputFolder -File -Filter Newtonsoft.Json.* -Recurse | foreach ($_) {remove-item $_.fullname}
Copy-Item .\packages\Newtonsoft.Json.5.*\lib\net35\*.dll -Destination $outputFolder
#get-childitem $outputFolder -File -Filter Newtonsoft.Json.* -Recurse | foreach ($_) {remove-item $_.fullname}
#Copy-Item .\packages\Newtonsoft.Json.5.*\lib\net35\*.dll -Destination $outputFolder
}
Function PackageTests()

Loading…
Cancel
Save