ソースを参照

fix: build with all features

Lucas Nogueira 3 年 前
コミット
24fa21c9b7
1 ファイル変更1 行追加1 行削除
  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 {