Change prefix detection to be relative to the .dll

This commit is contained in:
Robbert van der Helm
2020-05-06 19:16:19 +02:00
parent f79115992b
commit 261cf0554c
2 changed files with 6 additions and 3 deletions
+2
View File
@@ -22,6 +22,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
symlinking plugins. Now you can use a symlink to a copy of `libyabridge.so`
that's installed for a plugin in another directory. This is not recommended
though. Fixes #3.
- Changed Wine prefix detection to be relative to the plugin's `.dll` file,
rather than the loaded `.so` file.
- Clarified the error that appears when we're unable to load the `.dll`.
### Fixed