You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the issue. This is most likely a bug, either in the documentation for suggesting this is an implemented key or in the implementation for supporting the key if it is implemented. Would be able to submit a PR to resolve this issue?
I have looked into this just briefly, and the product-name field is not supported. This is because the product name is taken from the name field for the package:
There is the --product-name CLI option that can be used to override and/or explicitly define the product name, but there is no product-name field under the [package.metadata.wix] section.
I see, I somehow completely missed that and assumed it was symmetrical. Do you think it would make sense to support that though? It is interesting that name and product-icon can be changed that way, but product-name can't.
Setting it in
Cargo.toml
has no effect, only CLI option works right now.I think some fallback like this is necessary for
product-name
:cargo-wix/src/print/wxs.rs
Line 699 in 0a88f0c
The text was updated successfully, but these errors were encountered: