update inno script
This commit is contained in:
parent
9c3cea2570
commit
36253714c9
|
@ -4,18 +4,19 @@
|
||||||
#define AppName "NzbDrone"
|
#define AppName "NzbDrone"
|
||||||
#define AppPublisher "NzbDrone"
|
#define AppPublisher "NzbDrone"
|
||||||
#define AppURL "http://www.nzbdrone.com/"
|
#define AppURL "http://www.nzbdrone.com/"
|
||||||
|
#define ForumsURL "http://forums.nzbdrone.com/"
|
||||||
#define AppExeName "NzbDrone.exe"
|
#define AppExeName "NzbDrone.exe"
|
||||||
|
|
||||||
[Setup]
|
[Setup]
|
||||||
; NOTE: The value of AppId uniquely identifies this application.
|
; NOTE: The value of AppId uniquely identifies this application.
|
||||||
; Do not use the same AppId value in installers for other applications.
|
; Do not use the same AppId value in installers for other applications.
|
||||||
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
|
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
|
||||||
AppId={{56C1065D-3523-4025-B76D-6F73F67F7F71}
|
AppId={56C1065D-3523-4025-B76D-6F73F67F7F71}
|
||||||
AppName={#AppName}
|
AppName={#AppName}
|
||||||
AppVersion={%BUILD_NUMBER|1.0.0}
|
AppVersion={%env.BUILD_NUMBER|1.0.0}
|
||||||
AppPublisher={#AppPublisher}
|
AppPublisher={#AppPublisher}
|
||||||
AppPublisherURL={#AppURL}
|
AppPublisherURL={#AppURL}
|
||||||
AppSupportURL={#AppURL}
|
AppSupportURL={#ForumsURL}
|
||||||
AppUpdatesURL={#AppURL}
|
AppUpdatesURL={#AppURL}
|
||||||
DefaultDirName={commonprograms}\{#AppName}\bin
|
DefaultDirName={commonprograms}\{#AppName}\bin
|
||||||
DisableDirPage=yes
|
DisableDirPage=yes
|
||||||
|
@ -29,6 +30,7 @@ UninstallDisplayIcon={app}\NzbDrone.exe
|
||||||
DisableReadyPage=True
|
DisableReadyPage=True
|
||||||
CompressionThreads=2
|
CompressionThreads=2
|
||||||
Compression=lzma2/normal
|
Compression=lzma2/normal
|
||||||
|
AppContact={#ForumsURL}
|
||||||
|
|
||||||
[Languages]
|
[Languages]
|
||||||
Name: "english"; MessagesFile: "compiler:Default.isl"
|
Name: "english"; MessagesFile: "compiler:Default.isl"
|
||||||
|
|
Loading…
Reference in New Issue