You've already forked Sonarr
							
							
				mirror of
				https://github.com/Sonarr/Sonarr.git
				synced 2025-10-31 00:07:55 +02:00 
			
		
		
		
	Fixed: Sonarr now installs as sonarr instead of NzbDrone
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user