Remove versioned executables from non-APPX packages (GH-15237)

This commit is contained in:
Steve Dower 2019-08-12 14:56:39 -07:00 committed by GitHub
parent 3e34a25a7a
commit c1aeb292d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -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")