Fixed the naming of the package directory in zip file
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
</copy>
|
||||
|
||||
<zip destfile="${package.output.file}">
|
||||
<zipfileset dir="${package.output.dir}" prefix="${natural.name}"/>
|
||||
<zipfileset dir="${package.dir}"/>
|
||||
</zip>
|
||||
</target>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user