Skip to content

Commit

Permalink
consistent use of cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Nov 13, 2024
1 parent 9bb3fe4 commit 2821708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tauri-bundler/src/bundle/windows/nsis/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ fn build_nsis_app_installer(
));
fs::create_dir_all(nsis_installer_path.parent().unwrap())?;

#[cfg(windows)]
#[cfg(target_os = "windows")]
if settings.can_sign() {
log::info!("Signing NSIS plugins");
for dll in glob::glob(
Expand Down

0 comments on commit 2821708

Please sign in to comment.