Stop using deprecated argument syntax for macOS codesign
This commit is contained in:
parent
ef2cceba7e
commit
4bd46821de
1 changed files with 1 additions and 1 deletions
|
@ -583,7 +583,7 @@ if [ $BUILD_MAC == 1 ]; then
|
|||
if [ -d "$APPDIR/Contents/PlugIns/ZoteroSafariExtension.appex" ]; then
|
||||
echo
|
||||
# Extract entitlements, which differ from parent app
|
||||
/usr/bin/codesign -d --entitlements :"$BUILD_DIR/safari-entitlements.plist" $SAFARI_APPEX
|
||||
/usr/bin/codesign -d --entitlements "$BUILD_DIR/safari-entitlements.plist" --xml "$SAFARI_APPEX"
|
||||
|
||||
# Add suffix to appex bundle identifier
|
||||
if [ $UPDATE_CHANNEL == "beta" ] || [ $UPDATE_CHANNEL == "dev" ] || [ $UPDATE_CHANNEL == "source" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue