mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 12:27:16 +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
7 lines
210 B
Markdown
7 lines
210 B
Markdown
---
|
|
tauri-build: 'patch:bug'
|
|
tauri-bundler: 'patch:bug'
|
|
---
|
|
|
|
The executable and NSIS installer on Windows will now use the `productName` config for the `FileDescription` property instead of `shortDescription`.
|