This is an archive of the discontinued Mercurial Phabricator instance.

packaging: extract py2exe functionality to own module
ClosedPublic

Authored by indygreg on Mar 7 2019, 7:50 PM.

Details

Summary

py2exe builds are shared between Inno Setup and WIX. We'll
want the logic for performing py2exe builds to be reusable
across the code for both installers.

This commit extracts the py2exe-specific functionality into
its own module.

There's definitely room to customize things further. This will
be done in future commits, as necessary. (I'm not even sure what
customizations WIX will require yet. Presumably a lot.)

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.Mar 7 2019, 7:50 PM
This revision was automatically updated to reflect the committed changes.