Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
amr-crabnebula committed Jan 8, 2024
1 parent 680f930 commit 79f037f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/packager/src/package/wix/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ fn generate_binaries_data(config: &Config) -> crate::Result<Vec<Binary>> {
guid: Uuid::new_v4().to_string(),
path: dest.into_os_string().into_string().unwrap_or_default(),
id: regex
.replace_all(&*dest_file_name.replace('-', "_"), "")
.replace_all(&dest_file_name.replace('-', "_"), "")
.to_string(),
});
}
Expand Down

0 comments on commit 79f037f

Please sign in to comment.