We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8faacfc commit cfa211dCopy full SHA for cfa211d
macosx_codesign_zip.sh
@@ -16,8 +16,8 @@ ENTITLEMENTS_BROWSER=entitlements/entitlements-browser.plist
16
17
mkdir tmp
18
unzip "$1" "$2" -d tmp
19
+codesign --force --options runtime --entitlements "$ENTITLEMENTS_BROWSER" --sign "$3" --timestamp --verbose "tmp/$2"
20
cd tmp
-codesign --force --options runtime --entitlements "$ENTITLEMENTS_BROWSER" --sign "$3" --timestamp --verbose "$2"
21
zip --update "$1" "$2"
22
cd ..
23
rm -rf tmp
0 commit comments