mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Remove versioned executables from non-APPX packages (GH-15237)
This commit is contained in:
parent
3e34a25a7a
commit
c1aeb292d2
1 changed files with 0 additions and 3 deletions
|
@ -159,9 +159,6 @@ def get_layout(ns):
|
|||
yield from in_build("python_uwp.exe", new_name="python")
|
||||
yield from in_build("pythonw_uwp.exe", new_name="pythonw")
|
||||
else:
|
||||
yield from in_build("python.exe", new_name="python{}".format(VER_DOT))
|
||||
yield from in_build("pythonw.exe", new_name="pythonw{}".format(VER_DOT))
|
||||
# For backwards compatibility, but we don't reference these ourselves.
|
||||
yield from in_build("python.exe", new_name="python")
|
||||
yield from in_build("pythonw.exe", new_name="pythonw")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue