Fixed version info in Windows NSIS Installer
This commit is contained in:
parent
b9002ed7ac
commit
ae1515a1ab
1 changed files with 2 additions and 1 deletions
|
@ -24,6 +24,7 @@
|
|||
|
||||
!define NAME "Stratagus"
|
||||
!define VERSION "2.2.5.4"
|
||||
!define VIVERSION "${VERSION}"
|
||||
!define HOMEPAGE "https://launchpad.net/stratagus"
|
||||
!define LICENSE "GPL v2"
|
||||
!define COPYRIGHT "Copyright (c) 1998-2010 by The Stratagus Project and Pali Rohar"
|
||||
|
@ -102,7 +103,7 @@ VIAddVersionKey /LANG=${LANG_ENGLISH} "Homepage" "${HOMEPAGE}"
|
|||
VIAddVersionKey /LANG=${LANG_ENGLISH} "OriginalFilename" "${INSTALLER}"
|
||||
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "${NAME} Installer"
|
||||
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "${VERSION}"
|
||||
VIProductVersion "${VERSION}"
|
||||
VIProductVersion "${VIVERSION}"
|
||||
|
||||
BrandingText "${NAME} - ${VERSION} ${HOMEPAGE}"
|
||||
ShowInstDetails Show
|
||||
|
|
Loading…
Reference in a new issue