Merge branch 'SakiiCode/master' (#316)

https://github.com/robbert-vdh/yabridge/pull/316
This commit is contained in:
Robbert van der Helm
2024-12-01 19:57:50 +01:00
+2 -1
View File
@@ -148,7 +148,8 @@ fn main() -> Result<()> {
"Automatically locate yabridge's files. This can be used after \ "Automatically locate yabridge's files. This can be used after \
manually setting a path with the '--path' option to revert back to \ manually setting a path with the '--path' option to revert back to \
the default auto detection behaviour.", the default auto detection behaviour.",
), )
.action(ArgAction::SetTrue),
) )
.arg( .arg(
Arg::new("vst2_location") Arg::new("vst2_location")