Skip to content

Commit 75c1784

Browse files
committed
macOS codesigning fix
1 parent a80ee24 commit 75c1784

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/package-macOS.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ build_flavor()
5454
--options runtime \
5555
--entitlements ./Resources/Installer/Entitlements.plist {} \;
5656

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

0 commit comments

Comments
 (0)