mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
better depends for win-installer
This commit is contained in:
parent
59f730ea67
commit
3bdb044d3a
@ -474,7 +474,7 @@
|
||||
<delete file="${dist}/${ant.project.name}-mac-${version}.jar"/>
|
||||
</target>
|
||||
|
||||
<target name="win-installer" depends="win32,win64">
|
||||
<target name="win-installer" depends="clean,compile-win32,compile-win64,package-win32,package-win64">
|
||||
<replace file="ext/win-installer/InstallerConfig.nsh">
|
||||
<replacefilter token="VERSION_MINOR" value="2"/>
|
||||
<replacefilter token="VERSION" value="${version}"/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user