gb-emu/vst_install.sh
2023-03-05 20:18:06 +11:00

2 lines
183 B
Bash
Executable file

cargo xtask bundle-universal vst --release && 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"