Update sign.bash

This commit is contained in:
mauro 🤙
2024-09-02 15:41:12 -07:00
committed by GitHub
parent 1590ea7944
commit 3ce32d6516

View File

@@ -31,7 +31,7 @@
# $ open ~/Nightly.app
#
set -ex
set -x
usage ()
{
@@ -120,8 +120,8 @@ codesign --force -o runtime --verbose --sign "$IDENTITY" \
"${BUNDLE}/Contents/Library/LaunchServices/org.mozilla.updater" \
"${BUNDLE}/Contents/MacOS/XUL" \
"${BUNDLE}/Contents/MacOS/pingsender" \
"${BUNDLE}/Contents/MacOS/*.dylib"
# "${BUNDLE}/Contents/MacOS/minidump-analyzer" \
"${BUNDLE}/Contents/MacOS/minidump-analyzer" \
"${BUNDLE}/Contents/MacOS/*.dylib" \
codesign --force -o runtime --verbose --sign "$IDENTITY" --deep \
"${BUNDLE}"/Contents/MacOS/crashreporter.app