[yabridgectl] Accept relative paths in remove ops

This is a bit of a mess (which is also why I kept procrastinating on
this), since we also need to keep symlinks, trailing slashes, and weird
unnormalized paths into account.
This commit is contained in:
Robbert van der Helm
2021-10-12 19:08:59 +02:00
parent 93ca19a3ba
commit 5151107a84
2 changed files with 80 additions and 14 deletions
+4
View File
@@ -62,6 +62,10 @@ Versioning](https://semver.org/spec/v2.0.0.html).
hosts, like **Bitwig Studio**. This would only happen with _Samplab_. The XDND
implementation now has a warmup phase to prevent this from happening.
### yabridgectl
- `yabridgectl rm` and `yabridgectl blacklist rm` now accept relative paths.
### Packaging notes
- We now target VST3 SDK version 3.7.3 with git tag `v3.7.3_build_20-patched`.