Skip to content

Commit cfa211d

Browse files
committed
Fix entitlement location
1 parent 8faacfc commit cfa211d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macosx_codesign_zip.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ ENTITLEMENTS_BROWSER=entitlements/entitlements-browser.plist
1616

1717
mkdir tmp
1818
unzip "$1" "$2" -d tmp
19+
codesign --force --options runtime --entitlements "$ENTITLEMENTS_BROWSER" --sign "$3" --timestamp --verbose "tmp/$2"
1920
cd tmp
20-
codesign --force --options runtime --entitlements "$ENTITLEMENTS_BROWSER" --sign "$3" --timestamp --verbose "$2"
2121
zip --update "$1" "$2"
2222
cd ..
2323
rm -rf tmp

0 commit comments

Comments
 (0)