Added "LegalCopyright" version string to our installer, removes compiler warning
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6310 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d3d637fab9
commit
97799b73fe
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ Page custom PageReinstall PageLeaveReinstall
|
|||
VIProductVersion ${VER_MAJOR}.${VER_MINOR}.${VER_REVISION}.${VER_BUILD}
|
||||
VIAddVersionKey "FileVersion" "${VERSION}"
|
||||
VIAddVersionKey "FileDescription" "NSIS Setup"
|
||||
VIAddVersionKey "LegalCopyright" "http://nsis.sf.net/License"
|
||||
!endif
|
||||
|
||||
;--------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue