unzip images to /static/images instead of /static/antville
This commit is contained in:
parent
54ac9930e6
commit
af183dfb0e
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ manage
|
|||
|
||||
<!-- unzip images -->
|
||||
<mkdir dir="${build.work}/static/antville"/>
|
||||
<unzip src="${build.work}/apps/antville/images.zip" dest="${build.work}/static/antville">
|
||||
<unzip src="${build.work}/apps/antville/images.zip" dest="${build.work}/static/images">
|
||||
<patternset>
|
||||
<include name="**"/>
|
||||
</patternset>
|
||||
|
|
Loading…
Add table
Reference in a new issue