Skip to content

Commit

Permalink
Update build.xml fix the notarization password ?
Browse files Browse the repository at this point in the history
  • Loading branch information
lkurz authored May 25, 2024
1 parent c3beb23 commit 69f1358
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2122,8 +2122,8 @@
<arg value="--team-id"/>
<arg value="${sign.account}"/>
<arg value="--password"/>
<arg value="${notarize.keychain_key}"/>
<!-- <arg value="@keychain:${notarize.keychain_key}"/> -->
<!-- <arg value="${notarize.keychain_key}"/> -->
<arg value="@keychain:${notarize.keychain_key}"/>
<arg value="${dist.dir}/${ant.project.name}-${app.version}.dmg"/>
</exec>
<loadfile property="retUUID" srcfile="retUUID.txt">
Expand Down Expand Up @@ -2160,8 +2160,8 @@
<arg value="--team-id"/>
<arg value="${sign.account}"/>
<arg value="--password"/>
<arg value="${notarize.keychain_key}"/>
<!-- <arg value="@keychain:${notarize.keychain_key}"/> -->
<!-- <arg value="${notarize.keychain_key}"/> -->
<arg value="@keychain:${notarize.keychain_key}"/>
</exec>
<condition property="isnotarized">
<resourcecontains resource="notary.txt" substring="success"/>
Expand Down Expand Up @@ -2199,8 +2199,8 @@
<arg value="--team-id"/>
<arg value="${sign.account}"/>
<arg value="--password"/>
<arg value="${notarize.keychain_key}"/>
<!-- <arg value="@keychain:${notarize.keychain_key}"/> -->
<!-- <arg value="${notarize.keychain_key}"/>-->
<arg value="@keychain:${notarize.keychain_key}"/>
<arg value="${dist.dir}/${ant.project.name}-${app.version}.zip"/>
</exec>
<loadfile property="retUUID" srcfile="retUUID.txt">
Expand Down

0 comments on commit 69f1358

Please sign in to comment.