Explorar el Código

fix: build with all features

Lucas Nogueira hace 3 años
padre
commit
24fa21c9b7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      core/tauri/src/endpoints/shell.rs

+ 1 - 1
core/tauri/src/endpoints/shell.rs

@@ -102,7 +102,7 @@ impl Cmd {
           .map(|bins| {
             bins
               .iter()
-              .any(|b| b == &program_as_string || b == program_no_ext_as_string)
+              .any(|b| b == &program_as_string || b == &program_no_ext_as_string)
           })
           .unwrap_or_default();
         if is_configured {