mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-23 08:18:52 -05:00
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
Block a user