Skip to content

Commit 9908e84

Browse files
authored
Merge pull request #257 from AudricGuerin/master
fix installer's Product Version inconsistency with older versions
2 parents bf2842a + ad2b08d commit 9908e84

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

installer/install.iss

+1-3
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,14 @@ SignTool=signtool
5050
#endif
5151

5252
#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')
5553

5654
; Installer-related
5755
AllowNoIcons=yes
5856
AppName={#APP_NAME}
5957
AppPublisher=The Git Development Community
6058
AppPublisherURL={#APP_URL}
6159
AppSupportURL={#APP_CONTACT_URL}
62-
AppVersion={#PROD_VERSION}
60+
AppVersion={#APP_VERSION}
6361
ChangesAssociations=yes
6462
ChangesEnvironment=yes
6563
CloseApplications=no

0 commit comments

Comments
 (0)