Skip to content

Commit

Permalink
fix import name
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed May 23, 2023
1 parent ca3b1ea commit 4233ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/cli/src/interface/rust.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ use tauri_utils::config::parse::is_configuration_file;
use super::{AppSettings, ExitReason, Interface};
use crate::helpers::{
app_paths::{app_dir, tauri_dir},
config::{nsis_settings, reload as reload_config, wix_settings, BundleSettings, Config},
config::{nsis_settings, reload as reload_config, wix_settings, BundleResources, Config},
};
use tauri_utils::display_path;

Expand Down

0 comments on commit 4233ae0

Please sign in to comment.