Skip to content

Commit

Permalink
Add recurse syntax for mac app binary (#110)
Browse files Browse the repository at this point in the history
* Change version to 3.3.0

* Correct app name used in binaryPack

* Remove dir name in wix failure

* Improve the build echo statements

* fix arg syntax

* Add recurse syntax for mac app binary
  • Loading branch information
byrnHDF authored Apr 10, 2023
1 parent f809074 commit c7335a7
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 @@ -2251,7 +2251,7 @@
<tarfileset dir="${dist.dir}" filemode="755">
<include name="COPYING.txt" />
<include name="README.txt" />
<include name="${ant.project.name}.app" />
<include name="${ant.project.name}.app/**" />
</tarfileset>
</tar>
</target>
Expand Down

0 comments on commit c7335a7

Please sign in to comment.