fix mac scripts lol
This commit is contained in:
parent
2ef5cc6564
commit
7b2090cbad
|
@ -1,5 +1,5 @@
|
|||
cargo xtask bundle-universal twinc_emu_vst &&
|
||||
python scripts/patch.py target/bundled/twinc_emu_vst.vst3 &&
|
||||
python scripts/mac/patch.py target/bundled/twinc_emu_vst.vst3 &&
|
||||
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"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
cargo xtask bundle-universal twinc_emu_vst --release &&
|
||||
python scripts/patch.py target/bundled/twinc_emu_vst.vst3 &&
|
||||
python scripts/mac/patch.py target/bundled/twinc_emu_vst.vst3 &&
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue