include win-installer target when building for all platforms

This commit is contained in:
Anton Keks 2014-03-16 18:37:20 +02:00
parent d23fa01502
commit 473dbef136

View File

@ -197,7 +197,7 @@
<os name="Linux"/>
</condition>
<target name="package" depends="package-linux,package-linux64,package-win32,package-win64,package-mac">
<target name="package" depends="package-linux,package-linux64,package-win32,package-win64,package-mac,win-installer">
<echo message="Packaged jars are in the ${dist} directory"/>
</target>