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:
Robbert van der Helm
2021-12-07 01:07:04 +01:00
parent 35244d2c7f
commit e5c27e833b
2 changed files with 3 additions and 4 deletions
+1
View File
@@ -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