mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-11-06 17:23:45 +08:00
Fix entitlement location
This commit is contained in:
@@ -16,8 +16,8 @@ ENTITLEMENTS_BROWSER=entitlements/entitlements-browser.plist
|
|||||||
|
|
||||||
mkdir tmp
|
mkdir tmp
|
||||||
unzip "$1" "$2" -d tmp
|
unzip "$1" "$2" -d tmp
|
||||||
|
codesign --force --options runtime --entitlements "$ENTITLEMENTS_BROWSER" --sign "$3" --timestamp --verbose "tmp/$2"
|
||||||
cd tmp
|
cd tmp
|
||||||
codesign --force --options runtime --entitlements "$ENTITLEMENTS_BROWSER" --sign "$3" --timestamp --verbose "$2"
|
|
||||||
zip --update "$1" "$2"
|
zip --update "$1" "$2"
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf tmp
|
rm -rf tmp
|
||||||
|
|||||||
Reference in New Issue
Block a user