mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Bundle VST3 scanner with binary packages
This commit is contained in:
parent
216935f16e
commit
3ed9a712b9
3 changed files with 9 additions and 1 deletions
|
|
@ -397,7 +397,8 @@ fi
|
|||
|
||||
# VST scanner app and wrapper script, if they exist
|
||||
if test -d $BUILD_ROOT/libs/fst ; then
|
||||
cp $BUILD_ROOT/libs/fst/ardour-vst-scanner* $Frameworks/
|
||||
cp $BUILD_ROOT/libs/fst/ardour-vst-scanner* $Frameworks/ || true
|
||||
cp $BUILD_ROOT/libs/fst/ardour-vst3-scanner* $Frameworks/ || true
|
||||
fi
|
||||
|
||||
# vfork wrapper
|
||||
|
|
@ -550,6 +551,10 @@ if test -f "$Frameworks/ardour-vst-scanner"; then
|
|||
executables="$executables ../lib/ardour-vst-scanner"
|
||||
fi
|
||||
|
||||
if test -f "$Frameworks/ardour-vst3-scanner"; then
|
||||
executables="$executables ../lib/ardour-vst3-scanner"
|
||||
fi
|
||||
|
||||
for exe in $executables; do
|
||||
echo "Processing Executable: $exe"
|
||||
EXE=$APPROOT/MacOS/$exe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue