build.xml: bundle a 64x64 PNG icon in the generated zip file

git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@796 d9718cc8-9f43-0410-858b-315f434eb58c
This commit is contained in:
jason@long.name 2013-08-12 21:04:19 +00:00
parent 11b1f6be7e
commit 11f791b86e

View file

@ -107,6 +107,7 @@
<target name="dist" depends="build">
<zip destfile="${zipfile}">
<fileset dir="." includes="${distfile}, ${ant.project.name}.ico, README, COPYING" />
<zipfileset dir="resources" includes="micropolism.png" fullpath="${ant.project.name}-icon.png"/>
</zip>
</target>