Fix version string in Windows and Mac installers

Fixes some typos that cause gitian to fail to make the installers.
This commit is contained in:
Andrew Chow
2020-11-21 13:32:01 -05:00
parent 816132e6eb
commit 68c2ef13e9
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ CRCCheck on
XPStyle on
BrandingText " "
ShowInstDetails show
VIProductVersion @CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@.@CLIENT_VERSION_BUILD@
VIProductVersion @CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_BUILD@.0
VIAddVersionKey ProductName "@PACKAGE_NAME@"
VIAddVersionKey ProductVersion "@PACKAGE_VERSION@"
VIAddVersionKey CompanyName "${COMPANY}"