Skip to content

Commit

Permalink
Update crates/tauri-bundler/src/bundle/windows/nsis/mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars authored Jan 23, 2025
1 parent 861c350 commit 711a472
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 @@ -144,7 +144,7 @@ fn try_add_numeric_build_number(version_str: &str) -> anyhow::Result<String> {
}

log::warn!(
"Unable to parse version build metadata. Numeric value expected, received: {}",
"Unable to parse version build metadata. Numeric value expected, received: `{}`. This will be replaced with `0` in `VIProductVersion` because Windows requires this field to be numeric.",
version.build
);

Expand Down

0 comments on commit 711a472

Please sign in to comment.