mirror of https://github.com/Sonarr/Sonarr
Merge pull request #186 from Sonarr/sonarr-installer
Fixed: Sonarr now installs as sonarr instead of NzbDrone
This commit is contained in:
commit
8bf2fa877a
|
@ -1 +1,3 @@
|
||||||
|
#SET BUILD_NUMBER=1
|
||||||
|
#SET branch=develop
|
||||||
inno\ISCC.exe nzbdrone.iss
|
inno\ISCC.exe nzbdrone.iss
|
|
@ -1,8 +1,8 @@
|
||||||
; Script generated by the Inno Setup Script Wizard.
|
; Script generated by the Inno Setup Script Wizard.
|
||||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||||
|
|
||||||
#define AppName "NzbDrone"
|
#define AppName "Sonarr"
|
||||||
#define AppPublisher "NzbDrone"
|
#define AppPublisher "Team Sonarr"
|
||||||
#define AppURL "https://sonarr.tv/"
|
#define AppURL "https://sonarr.tv/"
|
||||||
#define ForumsURL "https://forums.sonarr.tv/"
|
#define ForumsURL "https://forums.sonarr.tv/"
|
||||||
#define AppExeName "NzbDrone.exe"
|
#define AppExeName "NzbDrone.exe"
|
||||||
|
@ -21,7 +21,7 @@ AppPublisher={#AppPublisher}
|
||||||
AppPublisherURL={#AppURL}
|
AppPublisherURL={#AppURL}
|
||||||
AppSupportURL={#ForumsURL}
|
AppSupportURL={#ForumsURL}
|
||||||
AppUpdatesURL={#AppURL}
|
AppUpdatesURL={#AppURL}
|
||||||
DefaultDirName={commonappdata}\{#AppName}\bin
|
DefaultDirName={commonappdata}\NzbDrone\bin
|
||||||
DisableDirPage=yes
|
DisableDirPage=yes
|
||||||
DefaultGroupName={#AppName}
|
DefaultGroupName={#AppName}
|
||||||
DisableProgramGroupPage=yes
|
DisableProgramGroupPage=yes
|
||||||
|
|
Loading…
Reference in New Issue