Skip to content

Commit

Permalink
fixbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed May 29, 2024
1 parent f1b9cd2 commit 401f384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/bundler/src/bundle/windows/msi/wix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ pub fn get_and_extract_wix(path: &Path) -> crate::Result<()> {

log::info!("extracting WIX");

extract_zip(&data, path)
extract_zip(&data, path).map_err(Into::into)
}

fn clear_env_for_wix(cmd: &mut Command) {
Expand Down

0 comments on commit 401f384

Please sign in to comment.