5 lines
230 B
Bash
5 lines
230 B
Bash
|
cargo xtask bundle twinc_emu_vst --release &&
|
||
|
rm -rf $VST3_DEV_INSTALL/twinc_emu_vst.vst3 &&
|
||
|
cp -r target/bundled/twinc_emu_vst.vst3 $VST3_DEV_INSTALL/twinc_emu_vst.vst3 &&
|
||
|
echo "Copied to $VST3_DEV_INSTALL/twinc_emu_vst.vst3"
|