-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
Description
Describe the problem
Currently, final bundle name is determinded by escaped productName. For example, Foo Tool -> Foo.Tool-xxx.xxx. But for consistency, I'd like to make it foo-tool-xxx.xxx instead. This requires some mv hacks when building locally, while it is more difficult on GitHub Actions using tauri-action.
Describe the solution you'd like
Add config or cli option bundleName to specify the behavior (not affecting version and platform after it).
Alternatives considered
No response
Additional context
No response