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

Fixed: Sonarr now installs as sonarr instead of NzbDrone

pull/3113/head
Keivan Beigi 10 years ago
parent eb4bcf9331
commit d625d2e1ed

@ -1 +1,3 @@
#SET BUILD_NUMBER=1
#SET branch=devlop
inno\ISCC.exe nzbdrone.iss

@ -1,8 +1,8 @@
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define AppName "NzbDrone"
#define AppPublisher "NzbDrone"
#define AppName "Sonarr"
#define AppPublisher "Team Sonarr"
#define AppURL "https://sonarr.tv/"
#define ForumsURL "https://forums.sonarr.tv/"
#define AppExeName "NzbDrone.exe"
@ -21,7 +21,7 @@ AppPublisher={#AppPublisher}
AppPublisherURL={#AppURL}
AppSupportURL={#ForumsURL}
AppUpdatesURL={#AppURL}
DefaultDirName={commonappdata}\{#AppName}\bin
DefaultDirName={commonappdata}\NzbDrone\bin
DisableDirPage=yes
DefaultGroupName={#AppName}
DisableProgramGroupPage=yes

Loading…
Cancel
Save