[yabridgectl] Remove 32-bit prefix warning on sync

This is no longer an issue since yabridgectl checks the prefixes
architecture now.
This commit is contained in:
Robbert van der Helm
2021-07-12 15:46:35 +02:00
parent 96fb53be8f
commit b4019213f6
-3
View File
@@ -427,12 +427,9 @@ pub fn verify_wine_setup(config: &mut Config) -> Result<()> {
version of yabridge, in which case you'll need to upgrade Wine. Your current Wine \ version of yabridge, in which case you'll need to upgrade Wine. Your current Wine \
version is '{wine_version}'. \ version is '{wine_version}'. \
See the link below for instructions on how to upgrade your installation of Wine.\n\ See the link below for instructions on how to upgrade your installation of Wine.\n\
Finally, if the default Wine prefix over at {wine_prefix} is set to 32-bit only, \
this check will also fail as the 64-bit {yabridge_host} won't be able to run.
\n\ \n\
https://github.com/robbert-vdh/yabridge#troubleshooting-common-issues", https://github.com/robbert-vdh/yabridge#troubleshooting-common-issues",
yabridge_host = "yabridge-host.exe".bright_white(), yabridge_host = "yabridge-host.exe".bright_white(),
wine_prefix = "~/.wine".bright_white(),
error = last_error.unwrap_or("<no_output>").bright_white(), error = last_error.unwrap_or("<no_output>").bright_white(),
wine_version = wine_version wine_version = wine_version
.strip_prefix("wine-") .strip_prefix("wine-")