Check for Wine and yabridge compatibility on sync

This will probably solve the last common setup issue. Starting Wine can
take a second so this check is only repeated when either Wine or
yabridge get updated.
This commit is contained in:
Robbert van der Helm
2020-07-19 16:57:18 +02:00
parent a8e914a71a
commit 6bba1a9bf8
8 changed files with 189 additions and 9 deletions
+1
View File
@@ -22,4 +22,5 @@ serde_derive = "1.0.114"
textwrap = "*"
toml = "0.5.6"
walkdir = "2.3.1"
which = "4.0.1"
xdg = "2.2.0"