Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/bae8d5e9a4ef700cb3d0c90b59493d7f06c8eab8?style=unified&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update build-appveyor.cake

pull/2/head
Leonardo Galli 8 years ago committed by GitHub
parent 07254adf91
commit bae8d5e9a4

@ -266,7 +266,7 @@ Task("ArtifactsWindows").Does(() => {
Task("ArtifactsWindowsInstaller").Does(() => {
InnoSetup("./setup/nzbdrone.iss", new InnoSetupSettings {
OutputDirectory = artifactsFolderWindows + "/Radarr",
OutputDirectory = artifactsFolder,
ToolPath = "./setup/inno/ISCC.exe"
});
});

Loading…
Cancel
Save