We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56316ea commit aff29deCopy full SHA for aff29de
build/build.xml
@@ -285,7 +285,7 @@
285
286
<!-- Sign app -->
287
<exec executable="codesign" dir="macosx/work" failonerror="true">
288
- <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/" />
289
</exec>
290
291
<delete file="macosx/arduino-${version}-${platform}.zip" />
0 commit comments