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 -->
|
<!-- unzip images -->
|
||||||
<mkdir dir="${build.work}/static/antville"/>
|
<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>
|
<patternset>
|
||||||
<include name="**"/>
|
<include name="**"/>
|
||||||
</patternset>
|
</patternset>
|
||||||
|
|
Loading…
Add table
Reference in a new issue