version properties, verbose logging

This commit is contained in:
2014-11-10 08:17:07 +01:00
parent 7f91745da8
commit 8b672e55e0
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -136,7 +136,7 @@
<classpath location="${basedir}/nsisant-1.3.jar" />
</taskdef>
<property name="exe.file" value="${RELEASESDIR}/${PREFIXFILENAME}_${VERSION}${VERSIONSUFFIX}_setup.exe"/>
<nsis script="installer.nsi" path="${nsis.path}" verbosity="2">
<nsis script="installer.nsi" path="${nsis.path}" verbosity="4">
<define name="APP_NAME" value="${PRODUCTNAME}"/>
<define name="APP_VER" value="${VERSION}${VERSIONSUFFIX}"/>
<define name="APP_VER_MAJOR" value="${version.major}"/>