Skip to content

Commit 2424fbc

Browse files
committed
Sign all files inside LV2 bundle
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 5b32b1c commit 2424fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/package-osx-bundles.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ ENABLE_LV2=$(find . -maxdepth 1 -name '*.lv2' -print -quit | grep -q '.lv2' && e
9797
if [ -n "${ENABLE_LV2}" ]; then
9898
mkdir pkg/lv2
9999
cp -RL *.lv2 pkg/lv2/
100-
[ -n "${MACOS_APP_DEV_ID}" ] && codesign -s "${MACOS_APP_DEV_ID}" --force --verbose --option=runtime pkg/lv2/*.lv2/*.dylib
100+
[ -n "${MACOS_APP_DEV_ID}" ] && codesign -s "${MACOS_APP_DEV_ID}" --force --verbose --option=runtime $(find pkg/lv2/*.lv2/ | grep -v -e "*.html" -e "*.ttl")
101101
pkgbuild \
102102
--identifier "${MACOS_PKG_SYMBOL}-lv2bundles" \
103103
--install-location "/Library/Audio/Plug-Ins/LV2/" \

0 commit comments

Comments
 (0)