We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b429a4 commit f40ac34Copy full SHA for f40ac34
installer/install.iss.in
@@ -10,6 +10,7 @@
10
#define MINGW_BITNESS '%MINGW_BITNESS%'
11
#define BITNESS '%BITNESS%'
12
#define IS%BITNESS% ''
13
+#define APP_CONTACT_URL 'https://github.com/git-for-windows/git/wiki/Contact'
14
#define APP_URL 'https://git-for-windows.github.io/'
15
#define APP_BUILTINS 'share\git\builtins.txt'
16
#define APP_BINDIMAGE 'share\git\bindimage.txt'
@@ -35,6 +36,7 @@ AllowNoIcons=yes
35
36
AppName={#APP_NAME}
37
AppPublisher=The Git Development Community
38
AppPublisherURL={#APP_URL}
39
+AppSupportURL={#APP_CONTACT_URL}
40
AppVersion={#APP_VERSION}
41
ChangesAssociations=yes
42
ChangesEnvironment=yes
0 commit comments