Skip to content

Commit

Permalink
InnoSetup: Update copyright year, URLs
Browse files Browse the repository at this point in the history
Instead of setting the same URL three times (which looks terrible in the 
installed-programs browser, in Win7), use the Subreddit URL as the 
Support URL, and don't set an Updates URL at all, since updates are 
found at the publisher URL.
  • Loading branch information
ferdnyc committed Jul 16, 2019
1 parent 3ed1cc9 commit cf03d0a
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions installer/windows-installer.iss
Expand Up @@ -10,10 +10,13 @@


#define MyAppName "OpenShot Video Editor"
#define MyAppShortName "OpenShot"
#define MyAppProjectFileDesc "OpenShot Project File"
#define MyAppPublisher "OpenShot Studios, LLC"
#define MyAppURL "http://www.openshot.org/"
#define MyPublisherURL "https://www.openshot.org/"
#define MySupportURL "https://www.reddit.com/r/OpenShot/"
#define MyAppExeName "launch.exe"

[Setup]
; NOTE: The value of AppId uniquely identifies this application.
; Do not use the same AppId value in installers for other applications.
Expand All @@ -23,10 +26,9 @@ AppName={#MyAppName}
AppVersion={#VERSION}
VersionInfoVersion={#VERSION}
AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
AppCopyright=Copyright (c) 2008-2016 {#MyAppPublisher}
AppPublisherURL={#MyPublisherURL}
AppSupportURL={#MySupportURL}
AppCopyright=Copyright (c) 2008-2019 {#MyAppPublisher}
DefaultDirName={pf}\{#MyAppName}
DisableProgramGroupPage=yes
LicenseFile=..\COPYING
Expand Down Expand Up @@ -129,4 +131,4 @@ begin
begin
RenameFile(ExpandConstant('{syswow64}\zlib1.dll'), ExpandConstant('{syswow64}\zlib1.DELETE'));
end;
end;
end;

0 comments on commit cf03d0a

Please sign in to comment.