Skip to content

Commit

Permalink
Merge pull request #11 from duncdrum/ant-test
Browse files Browse the repository at this point in the history
fix(ant): clean xar name
  • Loading branch information
joewiz authored Apr 6, 2024
2 parents cba3e32 + 3751d10 commit 036b666
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 @@ -40,7 +40,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 036b666

Please sign in to comment.