Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

makespec: Use portable path separators #8116

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on Nov 26, 2023

  1. makespec: Use portable path separators.

    Use forward slashes – even on Windows – in filenames in generated spec
    files so that the spec file is independent of the platform it was
    generated.
    bwoodsend committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    48969d9 View commit details
    Browse the repository at this point in the history
  2. makespec: Remove *variable path* substitution.

    Remove the automatic substitution of PyInstaller.HOME_PATH (most likely
    the ``site-packages`` directory) in relative CLI path parameters to into
    a relocatable ``os.path.join(HOME_PATH, ...)``. I can't think of any
    good reason why anyone would even notice this feature exists whereas
    it's more likely that a PyInstaller test would unwittingly run into it.
    bwoodsend committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    b825ef6 View commit details
    Browse the repository at this point in the history