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 -1
View File
@@ -140,7 +140,7 @@ fn main() -> Result<()> {
},
),
("sync", Some(options)) => actions::do_sync(
&config,
&mut config,
&actions::SyncOptions {
no_verify: options.is_present("no-verify"),
prune: options.is_present("prune"),