Sign the signatures which are then signed... WTF Apple?
This commit is contained in:
parent
33396ea12f
commit
30f19f5ce7
|
@ -480,7 +480,7 @@
|
|||
<exec executable="codesign" failonerror="yes">
|
||||
<arg line="${codesign.opts} ${codesign.entitlements.inherit} '${path.app}/Contents/PlugIns/jre'" />
|
||||
</exec>
|
||||
<apply executable="codesign" parallel="yes" failonerror="yes">
|
||||
<apply executable="codesign" failonerror="yes">
|
||||
<arg line="${codesign.opts} ${codesign.entitlements.inherit}" />
|
||||
<fileset dir="${path.app}/Contents/PlugIns/jre/Contents/_CodeSignature" />
|
||||
</apply>
|
||||
|
|
Loading…
Reference in New Issue