mirror of
				https://github.com/jcefmaven/jcefbuild.git
				synced 2025-11-04 16:33:40 +08:00 
			
		
		
		
	Fix entitlement location
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user