From 97799b73fe7719387f39bc20474e74dc2aa88422 Mon Sep 17 00:00:00 2001 From: anders_k Date: Fri, 22 Mar 2013 21:57:00 +0000 Subject: [PATCH] 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 --- Examples/makensis.nsi | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples/makensis.nsi b/Examples/makensis.nsi index 91639b6b..baf3e38c 100644 --- a/Examples/makensis.nsi +++ b/Examples/makensis.nsi @@ -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 ;--------------------------------