We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f3b22f + aff29de commit c206ba6Copy full SHA for c206ba6
build/build.xml
@@ -291,7 +291,7 @@
291
292
<!-- Sign app -->
293
<exec executable="codesign" dir="macosx/work" failonerror="true">
294
- <arg line="--keychain "${macosx-sign-keychain}" -s "${macosx-sign-id}" -v Arduino.app/" />
+ <arg line="--keychain "${macosx-sign-keychain}" --force -s "${macosx-sign-id}" -v Arduino.app/" />
295
</exec>
296
297
<delete file="macosx/arduino-${version}-${platform}.zip" />
0 commit comments