diff --git a/build/codesign/sign.bash b/build/codesign/sign.bash index f03ae3a90..3f0cb8328 100644 --- a/build/codesign/sign.bash +++ b/build/codesign/sign.bash @@ -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