mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-17 11:54:33 +01:00
macosx sign with '--deep' option
This commit is contained in:
parent
25575741d4
commit
6579223d91
@ -440,7 +440,7 @@
|
||||
|
||||
<!-- Sign app -->
|
||||
<exec executable="codesign" dir="macosx/work">
|
||||
<arg line="--keychain "${macosx-sign-keychain}" --force -s "${macosx-sign-id}" -v Arduino.app/" />
|
||||
<arg line="--keychain "${macosx-sign-keychain}" --force -s "${macosx-sign-id}" --deep -v Arduino.app/" />
|
||||
</exec>
|
||||
|
||||
<!-- Check for successful signing -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user