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:
anders_k 2013-03-22 21:57:00 +00:00
parent d3d637fab9
commit 97799b73fe

View file

@ -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
;--------------------------------