Skip to content

Commit

Permalink
Mac sign and notarize
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored May 24, 2024
1 parent b25802c commit 18a5685
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2122,7 +2122,6 @@
<arg value="--password"/>
<arg value="${notarize.keychain_key}"/>
<!-- <arg value="@keychain:${notarize.keychain_key}"/> -->
<arg value="--file"/>
<arg value="${dist.dir}/${ant.project.name}-${app.version}.dmg"/>
</exec>
<loadfile property="retUUID" srcfile="retUUID.txt">
Expand Down Expand Up @@ -2196,7 +2195,6 @@
<arg value="--password"/>
<arg value="${notarize.keychain_key}"/>
<!-- <arg value="@keychain:${notarize.keychain_key}"/> -->
<arg value="--file"/>
<arg value="${dist.dir}/${ant.project.name}-${app.version}.zip"/>
</exec>
<loadfile property="retUUID" srcfile="retUUID.txt">
Expand Down

0 comments on commit 18a5685

Please sign in to comment.