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

read timestamp configuration #157

Open cstkingkey opened 2 years ago

cstkingkey commented 2 years ago

currently, timestamp setting in toml is not used.

volks73 commented 1 year ago

@cstkingkey Is this still of interest and could you add some tests to cover the new timestamp function? With the addition of some tests, I would be ready to merge.