[3.14] gh-137450: macOS installer shell path management improvements (GH-137451) (#137453)

Co-authored-by: Ned Deily <nad@python.org>
This commit is contained in:
Miss Islington (bot) 2025-08-13 12:39:50 +02:00 committed by GitHub
parent 2392232ec4
commit c60289c7f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 192 additions and 85 deletions

View file

@ -1747,7 +1747,7 @@ def main():
fn = os.path.join(folder, "ReadMe.rtf")
patchFile("resources/ReadMe.rtf", fn)
fn = os.path.join(folder, "Update Shell Profile.command")
patchScript("scripts/postflight.patch-profile", fn)
patchScript("resources/update_shell_profile.command", fn)
fn = os.path.join(folder, "Install Certificates.command")
patchScript("resources/install_certificates.command", fn)
os.chmod(folder, STAT_0o755)