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

fixed build.sh

pull/6/head
Keivan Beigi 9 years ago
parent 46304b8a71
commit d943551a7f

@ -7,7 +7,7 @@ outputFolderOsxApp='./_output_osx_app'
testPackageFolder='./_tests/'
testSearchPattern='*.Test/bin/x86/Release'
sourceFolder='./src'
slnFile = '$sourceFolder/NzbDrone.sln'
slnFile=$sourceFolder/NzbDrone.sln
updateFolder=$outputFolder/NzbDrone.Update
updateFolderMono=$outputFolderMono/NzbDrone.Update

Loading…
Cancel
Save