Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a150fee

Browse files
Remove versioned executables from non-APPX packages (GH-15237)
(cherry picked from commit c1aeb29) Co-authored-by: Steve Dower <[email protected]>
1 parent 2b98d8e commit a150fee

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

PC/layout/main.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,6 @@ def in_build(f, dest="", new_name=None):
159159
yield from in_build("python_uwp.exe", new_name="python")
160160
yield from in_build("pythonw_uwp.exe", new_name="pythonw")
161161
else:
162-
yield from in_build("python.exe", new_name="python{}".format(VER_DOT))
163-
yield from in_build("pythonw.exe", new_name="pythonw{}".format(VER_DOT))
164-
# For backwards compatibility, but we don't reference these ourselves.
165162
yield from in_build("python.exe", new_name="python")
166163
yield from in_build("pythonw.exe", new_name="pythonw")
167164

0 commit comments

Comments
 (0)