From b4019213f680d0424b41de331616f610ec8731af Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 12 Jul 2021 15:46:35 +0200 Subject: [PATCH] [yabridgectl] Remove 32-bit prefix warning on sync This is no longer an issue since yabridgectl checks the prefixes architecture now. --- tools/yabridgectl/src/utils.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/yabridgectl/src/utils.rs b/tools/yabridgectl/src/utils.rs index 5a747d12..9e382edc 100644 --- a/tools/yabridgectl/src/utils.rs +++ b/tools/yabridgectl/src/utils.rs @@ -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 is '{wine_version}'. \ 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\ https://github.com/robbert-vdh/yabridge#troubleshooting-common-issues", yabridge_host = "yabridge-host.exe".bright_white(), - wine_prefix = "~/.wine".bright_white(), error = last_error.unwrap_or("").bright_white(), wine_version = wine_version .strip_prefix("wine-")