5 lines
179 B
Bash
Executable file
5 lines
179 B
Bash
Executable file
cargo xtask bundle-universal vst \
|
|
&& 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"
|