mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Fix plugin groups outside of Wine prefixes
Boost.Process's `boost::process::environment::at` throws when the environment variable does not exist, as opposed to `operator[]` which falls back to an empty value.
This commit is contained in:
@@ -8,6 +8,11 @@ Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed an initialization error when using plugin groups for plugins that are
|
||||
installed outside of a Wine prefix.
|
||||
|
||||
### yabridgectl
|
||||
|
||||
- Resolve relative paths when adding plugin directories or when changing
|
||||
|
||||
Reference in New Issue
Block a user