We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f77af commit 85b7e0eCopy full SHA for 85b7e0e
build_plugins.sh
@@ -77,13 +77,13 @@ fi
77
78
echo -n "copying VST3 plugins into 'Plugins' directory... "
79
mkdir -p ../Plugins
80
-if [[ "$OSTYPE" == "linux-gnu"* ]]; then
+# if [[ "$OSTYPE" == "linux-gnu"* ]]; then
81
for preset in "$@"
82
do
83
- find ./osc-${preset}_artefacts/VST3/osc-${preset}.vst3 -type f -name '*.so' -exec cp {} ../Plugins \;
+ cp -r ./osc-${preset}_artefacts/VST3/osc-${preset}.vst3 ../Plugins
84
done
85
-fi
86
-cp ./osccontrol-light_artefacts/VST3/osccontrol-light.vst3/Contents/*/osccontrol-light.so ../Plugins
+# fi
+cp -r ./osccontrol-light_artefacts/VST3/osccontrol-light.vst3 ../Plugins
87
echo "done!"
88
89
echo -n "copying GUI application into top-level source directory... "
0 commit comments