Skip to content

Commit

Permalink
add link
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Sep 15, 2024
1 parent 5fff88e commit 1f1518d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/tauri-cli/src/interface/rust.rs
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,7 @@ impl AppSettings for RustAppSettings {
for entry in fs_bins {
let path = entry?.path();
if let Some(name) = path.file_stem() {
// see https://github.com/tauri-apps/tauri/pull/10977#discussion_r1759742414
let bin_exists = binaries.iter().any(|bin| {
bin.name() == name || path.ends_with(bin.src_path().unwrap_or(&"".to_string()))
});
Expand Down

0 comments on commit 1f1518d

Please sign in to comment.