Skip to content

Commit

Permalink
wix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog-crabnebula committed May 30, 2024
1 parent e9f335e commit 190c65e
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 @@ -557,7 +557,7 @@ fn build_wix_app_installer(ctx: &Context, wix_path: &Path) -> crate::Result<Vec<
data.insert("feature_group_refs", to_json(&wix.feature_group_refs));
data.insert("feature_refs", to_json(&wix.feature_refs));
data.insert("merge_refs", to_json(&wix.merge_refs));
custom_template_path = wix.template.clone();
custom_template_path.clone_from(&wix.template);

fragment_paths = wix.fragment_paths.clone().unwrap_or_default();
if let Some(ref inline_fragments) = wix.fragments {
Expand Down

0 comments on commit 190c65e

Please sign in to comment.