Skip to content

Commit

Permalink
Correct Mac process (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored May 29, 2024
1 parent ecb1c55 commit be7d896
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1791,8 +1791,8 @@
<!-- <echo message="xxxx Notarize dmg xxxx"/> -->
<!-- <antcall target="submit-notary" /> -->

<echo message="xxxx Get notary ID xxxx"/>
<antcall target="post-notary" />
<!-- <echo message="xxxx Get notary ID xxxx"/> -->
<!-- <antcall target="post-notary" /> -->

<echo message="xxxx Staple notary ID xxxx"/>
<antcall target="staple-notary" />
Expand Down Expand Up @@ -1823,7 +1823,7 @@
</copy>

<!-- Compress everything into one tar.gz file -->
<tar destfile="${dist.dir}/${ant.project.name}-${app.version}-${uname.os}-${uname.version}.tar.gz" compression="gzip">
<tar destfile="${dist.dir}/${ant.project.name}-${app.version}-${uname.os}.tar.gz" compression="gzip">
<tarfileset dir="${dist.dir}" filemode="755">
<include name="COPYING.txt" />
<include name="README.txt" />
Expand Down Expand Up @@ -2293,7 +2293,7 @@
</copy>

<!-- Compress everything into one tar.gz file -->
<tar destfile="${dist.dir}/${ant.project.name}-${app.version}-${uname.os}-${uname.version}.tar.gz" compression="gzip">
<tar destfile="${dist.dir}/${ant.project.name}-${app.version}-${uname.os}.tar.gz" compression="gzip">
<tarfileset dir="${dist.dir}" filemode="755">
<include name="COPYING.txt" />
<include name="README.txt" />
Expand Down

0 comments on commit be7d896

Please sign in to comment.