Skip to content

Commit

Permalink
fix(ant): clean xar name
Browse files Browse the repository at this point in the history
  • Loading branch information
duncdrum committed Apr 2, 2024
1 parent 623de8a commit 6bd6c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<echo message="Creating xar file..."/>
<echo message="------------------------------------------------------------"/>

<zip basedir="${basedir}" destfile="${build.dir}/${app.name}-${app.version}.xar">
<zip basedir="${basedir}" destfile="${build.dir}/${app.name}.xar">
<exclude name="${build.dir}/**"/>
<exclude name="*.tmpl"/>
<exclude name=".github/**"/>
Expand Down

0 comments on commit 6bd6c2e

Please sign in to comment.