mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-20 14:54:31 +01:00
Force codesign to overwrite old signature if present
This commit is contained in:
parent
56316ea581
commit
aff29deb1e
@ -285,7 +285,7 @@
|
||||
|
||||
<!-- Sign app -->
|
||||
<exec executable="codesign" dir="macosx/work" failonerror="true">
|
||||
<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/" />
|
||||
</exec>
|
||||
|
||||
<delete file="macosx/arduino-${version}-${platform}.zip" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user