mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Windows installer: In the Start menu IDLE shortcut, explictly invoke the
pythonw.exe we just installed. Making Windows key off the .pyw extension instead screws people with multiple Python installations (reported more than once on c.l.py).
This commit is contained in:
parent
88fa9627b1
commit
0932cb4499
1 changed files with 2 additions and 1 deletions
|
|
@ -1160,8 +1160,9 @@ item: If/While Statement
|
|||
Flags=00001010
|
||||
end
|
||||
item: Create Shortcut
|
||||
Source=%MAINDIR%\Tools\idle\idle.pyw
|
||||
Source=%MAINDIR%\pythonw.exe
|
||||
Destination=%GROUP%\IDLE (Python GUI).lnk
|
||||
Command Options=%MAINDIR%\Tools\idle\idle.pyw
|
||||
Working Directory=%MAINDIR%
|
||||
Key Type=1536
|
||||
Flags=00000001
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue