This is an archive of the discontinued Mercurial Phabricator instance.

pyoxidizer: pass arch to WiXInstaller()
ClosedPublic

Authored by indygreg on Aug 27 2021, 1:37 AM.

Details

Summary

We just upgraded Windows automation to PyOxidizer 0.17.0. This
version of PyOxidizer changed the behavior of WiX installers so
installer architecture defaulted to "x64" (before it defaulted
to the target of the pyoxidizer.exe binary). To allow controlling
the architecture of the installer, the arch argument was added
to WiXInstaller. This commit passes that argument in.

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.

Event Timeline

indygreg created this revision.Aug 27 2021, 1:37 AM
Alphare accepted this revision.Aug 27 2021, 4:35 AM
This revision is now accepted and ready to land.Aug 27 2021, 4:35 AM
This revision was automatically updated to reflect the committed changes.