Skip to content

Commit 76ea282

Browse files
committed
Make codesign verbose
1 parent 1165a67 commit 76ea282

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/scripts/package-macOS.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ build_flavor()
4949

5050
if [ -n "$AC_USERNAME" ]; then
5151
find $TMPDIR -type f \( -name "*.so" -o -name "*.dylib" \) -exec \
52-
/usr/bin/codesign --force -s "Developer ID Application: Timothy Schoen (7SV7JPRR2L)" \
52+
/usr/bin/codesign --verbose --force -s "Developer ID Application: Timothy Schoen (7SV7JPRR2L)" \
5353
--options runtime \
5454
--entitlements ./Resources/Installer/Entitlements.plist {} \;
5555

5656
find $TMPDIR -type d \( -name "*.app" -o -name "*.vst3" -o -name "*.component" -o -name "*.clap" \) -exec \
57-
/usr/bin/codesign --force -s "Developer ID Application: Timothy Schoen (7SV7JPRR2L)" \
57+
/usr/bin/codesign --verbose --force -s "Developer ID Application: Timothy Schoen (7SV7JPRR2L)" \
5858
--options runtime \
5959
--entitlements ./Resources/Installer/Entitlements.plist {} \;
6060
fi

0 commit comments

Comments
 (0)