tauri/.changes/fix-tauri-build-filedescription.md
Fabian-Lars 9d468774a9
fix(core): Use productName for FileDescription (#10975)
* fix(core): Use productName for FileDescription

fixes #10968
fixes #10890

* just unwrap since winres will panic anyway or use the cargo.toml description which we don't want

* regen

* nsis
2024-09-12 20:36:48 +03:00

210 B

tauri-build tauri-bundler
patch:bug patch:bug

The executable and NSIS installer on Windows will now use the productName config for the FileDescription property instead of shortDescription.