Skip to content

Commit 6579223

Browse files
committed
macosx sign with '--deep' option
1 parent 2557574 commit 6579223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@
440440

441441
<!-- Sign app -->
442442
<exec executable="codesign" dir="macosx/work">
443-
<arg line="--keychain &quot;${macosx-sign-keychain}&quot; --force -s &quot;${macosx-sign-id}&quot; -v Arduino.app/" />
443+
<arg line="--keychain &quot;${macosx-sign-keychain}&quot; --force -s &quot;${macosx-sign-id}&quot; --deep -v Arduino.app/" />
444444
</exec>
445445

446446
<!-- Check for successful signing -->

0 commit comments

Comments
 (0)