2023-10-05 10:49:12 +11:00
|
|
|
cargo xtask bundle-universal vst --release &&
|
|
|
|
python scripts/patch.py target/bundled/vst.vst3 &&
|
|
|
|
python scripts/patch.py target/bundled/vst.app &&
|
|
|
|
rm -r $VST3_DEV_INSTALL/gb.vst3 &&
|
|
|
|
cp -r target/bundled/vst.vst3 $VST3_DEV_INSTALL/gb.vst3 &&
|
|
|
|
echo "Copied to $VST3_DEV_INSTALL/gb.vst3"
|