Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed May 23, 2023
1 parent 4233ae0 commit 490a75c
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 @@ -25,7 +25,7 @@ use std::{
path::{Path, PathBuf},
process::Command,
};
use tauri_utils::config::WebviewInstallMode;
use tauri_utils::{config::WebviewInstallMode, display_path};
use uuid::Uuid;

// URLS for the WIX toolchain. Can be used for cross-platform compilation.
Expand Down

0 comments on commit 490a75c

Please sign in to comment.