Skip to content

Commit

Permalink
Fix entitlement location
Browse files Browse the repository at this point in the history
  • Loading branch information
FriwiDev committed Feb 26, 2022
1 parent 8faacfc commit cfa211d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macosx_codesign_zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ ENTITLEMENTS_BROWSER=entitlements/entitlements-browser.plist

mkdir tmp
unzip "$1" "$2" -d tmp
codesign --force --options runtime --entitlements "$ENTITLEMENTS_BROWSER" --sign "$3" --timestamp --verbose "tmp/$2"
cd tmp
codesign --force --options runtime --entitlements "$ENTITLEMENTS_BROWSER" --sign "$3" --timestamp --verbose "$2"
zip --update "$1" "$2"
cd ..
rm -rf tmp

0 comments on commit cfa211d

Please sign in to comment.