With the previous commit moving signing inline, we no
longer need to compute the version string in build_installer()
and can instead move this logic to run_wix_packaging(). This
makes the logic in build_installer() simpler, which makes it
easier to implement alternate building mechanisms.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHGa5740490eb5f: packaging: move version derivation to run_wix_packaging()
rHGcfc66b804b1a: packaging: move version derivation to run_wix_packaging()
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.