mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 12:14:05 +03:00
de7da04a62
* fix(rpm): use product name for output package ref: https://github.com/tauri-apps/tauri/pull/9375 ref: https://github.com/tauri-apps/tauri/pull/9375#issuecomment-2144997488 * use kebab-case product-name for rpm * fmt
7 lines
155 B
Markdown
7 lines
155 B
Markdown
---
|
|
"tauri-bundler": "patch:bug"
|
|
---
|
|
|
|
Use the `productName` for `rpm` package name instead of main binary name, to be consistent with other bundle types.
|
|
|