Browse Source

fix: build with all features

Lucas Nogueira 3 years ago
parent
commit
24fa21c9b7
1 changed files with 1 additions and 1 deletions
  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 {