Skip to content

Commit

Permalink
Merge pull request #257 from AudricGuerin/master
Browse files Browse the repository at this point in the history
fix installer's Product Version inconsistency with older versions
  • Loading branch information
dscho committed Sep 23, 2019
2 parents bf2842a + ad2b08d commit 9908e84
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions installer/install.iss
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,14 @@ SignTool=signtool
#endif

#define FILE_VERSION GetFileVersion(SOURCE_DIR+'\'+MINGW_BITNESS+'\bin\git.exe')
#define PROD_VERSION GetStringFileInfo(SOURCE_DIR+'\'+MINGW_BITNESS \
+'\bin\git.exe', 'ProductVersion')

; Installer-related
AllowNoIcons=yes
AppName={#APP_NAME}
AppPublisher=The Git Development Community
AppPublisherURL={#APP_URL}
AppSupportURL={#APP_CONTACT_URL}
AppVersion={#PROD_VERSION}
AppVersion={#APP_VERSION}
ChangesAssociations=yes
ChangesEnvironment=yes
CloseApplications=no
Expand Down

0 comments on commit 9908e84

Please sign in to comment.