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 ca7e4b2 commit 994a5be
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 994a5be

Please sign in to comment.