File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments