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:
parent
11b1f6be7e
commit
11f791b86e
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Reference in a new issue