We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf2842a + ad2b08d commit 9908e84Copy full SHA for 9908e84
installer/install.iss
@@ -50,16 +50,14 @@ SignTool=signtool
50
#endif
51
52
#define FILE_VERSION GetFileVersion(SOURCE_DIR+'\'+MINGW_BITNESS+'\bin\git.exe')
53
-#define PROD_VERSION GetStringFileInfo(SOURCE_DIR+'\'+MINGW_BITNESS \
54
- +'\bin\git.exe', 'ProductVersion')
55
56
; Installer-related
57
AllowNoIcons=yes
58
AppName={#APP_NAME}
59
AppPublisher=The Git Development Community
60
AppPublisherURL={#APP_URL}
61
AppSupportURL={#APP_CONTACT_URL}
62
-AppVersion={#PROD_VERSION}
+AppVersion={#APP_VERSION}
63
ChangesAssociations=yes
64
ChangesEnvironment=yes
65
CloseApplications=no
0 commit comments