1
0
Fork 0

Add a blank newline, because aesthetics

This commit is contained in:
Robbert van der Helm 2022-01-29 18:43:07 +01:00
parent 3019f7aea6
commit 2a1fdb5d9f

View file

@ -60,6 +60,7 @@ fn bundle(target: &str, mut args: Vec<String>) -> Result<()> {
bail!("Could not find built library at {}", lib_path.display()); bail!("Could not find built library at {}", lib_path.display());
} }
eprintln!();
if bundle_vst3 { if bundle_vst3 {
let vst3_lib_path = Path::new("target").join(vst3_bundle_library_name(target)); let vst3_lib_path = Path::new("target").join(vst3_bundle_library_name(target));
let vst3_bundle_home = vst3_lib_path.parent().unwrap().parent().unwrap(); let vst3_bundle_home = vst3_lib_path.parent().unwrap().parent().unwrap();