From 3ce32d651634dd011e50e184a27928705a329a77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?mauro=20=F0=9F=A4=99?= <91018726+mauro-balades@users.noreply.github.com> Date: Mon, 2 Sep 2024 15:41:12 -0700 Subject: [PATCH] Update sign.bash --- build/codesign/sign.bash | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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