convert nsh file to ascii (was utf-16)

This commit is contained in:
Anton Keks 2013-08-25 15:47:31 +03:00
parent 33a031107f
commit b2cdb50576
2 changed files with 1 additions and 1 deletions

View File

@ -475,8 +475,8 @@
<target name="win-installer">
<replace file="ext/win-installer/InstallerConfig.nsh">
<replacefilter token="VERSION" value="${version}"/>
<replacefilter token="VERSION_MINOR" value="2"/>
<replacefilter token="VERSION" value="${version}"/>
</replace>
<copy file="${dist}/${ant.project.name}-win32-${version}.exe" tofile="ext/win-installer/AppFiles32/ipscan.exe"/>
<copy file="${dist}/${ant.project.name}-win64-${version}.exe" tofile="ext/win-installer/AppFiles64/ipscan.exe"/>