install script looks nicer
This commit is contained in:
parent
cc27d9eb17
commit
538d8d75cc
1 changed files with 4 additions and 1 deletions
|
@ -1 +1,4 @@
|
|||
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"
|
||||
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue