mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-29 13:03:09 +03:00
clippy/fmt
This commit is contained in:
parent
76c8376e74
commit
dd40b44598
@ -170,7 +170,7 @@ fn download_and_verify(url: &str, hash: &str) -> crate::Result<Vec<u8>> {
|
||||
|
||||
fn app_installer_dir(settings: &Settings) -> crate::Result<PathBuf> {
|
||||
let arch = match settings.binary_arch() {
|
||||
"x86" => "i386",
|
||||
"x86" => "i386",
|
||||
"x86_64" => "amd64",
|
||||
target => {
|
||||
return Err(crate::Error::from(format!(
|
||||
|
Loading…
Reference in New Issue
Block a user