Skip to content

Commit f40ac34

Browse files
committed
installer: add a Support URL to our Add/Remove Programs entry
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 1b429a4 commit f40ac34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

installer/install.iss.in

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#define MINGW_BITNESS '%MINGW_BITNESS%'
1111
#define BITNESS '%BITNESS%'
1212
#define IS%BITNESS% ''
13+
#define APP_CONTACT_URL 'https://github.com/git-for-windows/git/wiki/Contact'
1314
#define APP_URL 'https://git-for-windows.github.io/'
1415
#define APP_BUILTINS 'share\git\builtins.txt'
1516
#define APP_BINDIMAGE 'share\git\bindimage.txt'
@@ -35,6 +36,7 @@ AllowNoIcons=yes
3536
AppName={#APP_NAME}
3637
AppPublisher=The Git Development Community
3738
AppPublisherURL={#APP_URL}
39+
AppSupportURL={#APP_CONTACT_URL}
3840
AppVersion={#APP_VERSION}
3941
ChangesAssociations=yes
4042
ChangesEnvironment=yes

0 commit comments

Comments
 (0)