[yabridgectl] Update to use chainloader libraries

This commit is contained in:
Robbert van der Helm
2022-04-16 20:12:58 +02:00
parent 8710b6d63d
commit 585329541c
6 changed files with 79 additions and 70 deletions
+3 -3
View File
@@ -148,10 +148,10 @@ fn main() -> Result<()> {
.arg(
Arg::new("path")
.long("path")
.help("Path to the directory containing 'libyabridge-{vst2,vst3}.so'")
.help("Path to the directory containing 'libyabridge-chainloader-{vst2,vst3}.so'")
.long_help(
"Path to the directory containing 'libyabridge-{vst2,vst3}.so'. If this \
is not set, then yabridgectl will look in both '/usr/lib' and \
"Path to the directory containing 'libyabridge-chainloader-{vst2,vst3}.so'. \
If this is not set, then yabridgectl will look in both '/usr/lib' and \
'~/.local/share/yabridge' by default.",
)
.validator(validate_path)