Skip to content
Snippets Groups Projects
  • Gregory Szorc's avatar
    07f3f154e03a
    pyoxidizer: pass arch to WiXInstaller() · 07f3f154e03a
    Gregory Szorc authored
    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.
    
    Differential Revision: https://phab.mercurial-scm.org/D11358
    07f3f154e03a
    History
    pyoxidizer: pass arch to WiXInstaller()
    Gregory Szorc authored
    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.
    
    Differential Revision: https://phab.mercurial-scm.org/D11358