diff --git a/cli/tauri-bundler/src/bundle/wix.rs b/cli/tauri-bundler/src/bundle/wix.rs index f120ffcdb..ea5df9161 100644 --- a/cli/tauri-bundler/src/bundle/wix.rs +++ b/cli/tauri-bundler/src/bundle/wix.rs @@ -170,7 +170,7 @@ fn download_and_verify(url: &str, hash: &str) -> crate::Result> { fn app_installer_dir(settings: &Settings) -> crate::Result { let arch = match settings.binary_arch() { - "x86" => "i386", + "x86" => "i386", "x86_64" => "amd64", target => { return Err(crate::Error::from(format!(