volks73 / cargo-wix

A cargo subcommand to build Windows installers for rust projects using the WiX Toolset
https://volks73.github.io/cargo-wix
Apache License 2.0
316 stars 26 forks source link

Unknown 'sk-sk' culture #147

Closed cstkingkey closed 2 years ago

cstkingkey commented 2 years ago

running cargo wix -c sk-SK

volks73 commented 2 years ago

Thank you for the issue submission. I was able to track down the source of this bug and I have recently pushed a commit (9f787f8f3060b0078b8a8498fd5bb30046175482) that should resolve this issue. The issue was a uppercase patterns for some of the cultures were used but the pattern matching was done with lowercase input. Additional unit tests were added. Assuming some testing works. I will create a bugfix release shortly.