mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Fix Wine version detection in build config
The non-greedy match would obviously not work with versions like `Wine 6.23`. Just matching `MAJOR.MINOR` is sufficient anyways.
This commit is contained in:
@@ -20,6 +20,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
when the GUI changes. Yabridge now detects this, and removes the throttling we
|
||||
have in place to prevent certain other plugins from getting stuck in infinite
|
||||
loops.
|
||||
- Fixed Wine version detection in the build configuration.
|
||||
|
||||
## [3.7.0] - 2021-11-21
|
||||
|
||||
|
||||
Reference in New Issue
Block a user