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

Merge remote-tracking branch 'origin/develop' into develop

pull/2/head
Leonardo Galli 8 years ago
commit 8765155223

@ -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"
});
});

@ -25,7 +25,7 @@ DefaultDirName={commonappdata}\Radarr\bin
DisableDirPage=yes
DefaultGroupName={#AppName}
DisableProgramGroupPage=yes
OutputBaseFilename=Radarr.{#BranchName}.{#BuildVersion}
OutputBaseFilename=Radarr.{#BranchName}.{#BuildVersion}.installer
SolidCompression=yes
AppCopyright=Creative Commons 3.0 License
AllowUNCPath=False

Loading…
Cancel
Save