This is an archive of the discontinued Mercurial Phabricator instance.

packaging: reference proper output directory
ClosedPublic

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

Details

Summary

9438e9b7321a changed the name of the PyOxidizer target, which changed
the name of the output directory. The code changed by this patch
wasn't properly updated by that changeset. This resulted in a run-time
failure due to trying to read from a non-existent directory.

This change should fix the building of Python 3 Inno installers.

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.