mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-07 05:43:21 +00:00
Update codesigning script to sign the .app bundle with Apple Developer ID certificate
This commit is contained in:
@@ -152,5 +152,4 @@ codesign --force -o runtime --verbose --sign "$IDENTITY" --deep \
|
||||
"${BUNDLE}"/Contents/MacOS/plugin-container.app
|
||||
|
||||
# Validate
|
||||
# Let's skip this for now, as it's not necessary for the build
|
||||
# codesign -vvv --deep --strict "${BUNDLE}"
|
||||
codesign -vvv --verbose=4 --deep "${BUNDLE}"
|
||||
|
||||
Reference in New Issue
Block a user