mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 12:14:05 +03:00
9d468774a9
* 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
210 B
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
.