mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-05 21:07:57 +00:00
Remove preserve-metadata option from codesign for zen executable and main bundle
This commit is contained in:
@@ -127,7 +127,6 @@ codesign --force -o runtime --verbose --sign "$IDENTITY" --deep \
|
||||
|
||||
# Sign zen main executable
|
||||
codesign --force -o runtime --verbose --sign "$IDENTITY" --deep \
|
||||
--preserve-metadata=identifier,entitlements,requirements \
|
||||
--entitlements ${BROWSER_ENTITLEMENTS_FILE} \
|
||||
"${BUNDLE}"/Contents/MacOS/zen
|
||||
|
||||
@@ -141,7 +140,6 @@ codesign --force -o runtime --verbose --sign "$IDENTITY" {} \;
|
||||
|
||||
# Sign the main bundle
|
||||
codesign --force -o runtime --verbose --sign "$IDENTITY" \
|
||||
--preserve-metadata=identifier,entitlements,requirements \
|
||||
--entitlements ${BROWSER_ENTITLEMENTS_FILE} "${BUNDLE}"
|
||||
|
||||
# Sign the plugin-container bundle with deep
|
||||
|
||||
Reference in New Issue
Block a user