diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-04-29 21:16:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-29 21:16:17 (GMT) |
commit | 97c0194c9f334f8c7b5366aa639e18d267057e6d (patch) | |
tree | ee4b4cccc28fa4095f064050f1677eb7f7a3cba7 /Misc | |
parent | 8e7486f41d2a4641698ba1a34a1c3eee756a4443 (diff) | |
download | cpython-97c0194c9f334f8c7b5366aa639e18d267057e6d.zip cpython-97c0194c9f334f8c7b5366aa639e18d267057e6d.tar.gz cpython-97c0194c9f334f8c7b5366aa639e18d267057e6d.tar.bz2 |
gh-118347: Fix Windows installer not updating launcher (GH-118386)
(cherry picked from commit 96d8ca7ad6c4f23f023dd6ed0abd042b29dff4a2)
Co-authored-by: Steve Dower <steve.dower@python.org>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2024-04-29-13-53-25.gh-issue-118347.U5ZRm_.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2024-04-29-13-53-25.gh-issue-118347.U5ZRm_.rst b/Misc/NEWS.d/next/Windows/2024-04-29-13-53-25.gh-issue-118347.U5ZRm_.rst new file mode 100644 index 0000000..8f02ed9 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2024-04-29-13-53-25.gh-issue-118347.U5ZRm_.rst @@ -0,0 +1 @@ +Fixes launcher updates not being installed. |