Fixed: Sonarr now installs as sonarr instead of NzbDrone

This commit is contained in:
Keivan Beigi 2015-01-29 11:11:01 -08:00
parent eb4bcf9331
commit d625d2e1ed
2 changed files with 5 additions and 3 deletions

View File

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

View File

@ -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