mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
pydoc changed overnight in such a way that it no longer worked from the
Windows start-menu item. This recovers from that.
This commit is contained in:
parent
9dee48f6e7
commit
66f0961386
1 changed files with 3 additions and 3 deletions
|
@ -957,8 +957,8 @@ item: Install File
|
|||
Flags=0000000000000010
|
||||
end
|
||||
item: Install File
|
||||
Source=%_SRC_%\Tools\scripts\pydoc
|
||||
Destination=%MAINDIR%\pydoc.pyw
|
||||
Source=%_SRC_%\Tools\scripts\*.pyw
|
||||
Destination=%MAINDIR%\Tools\Scripts
|
||||
Description=Utility Scripts
|
||||
Flags=0000000000000010
|
||||
end
|
||||
|
@ -1366,7 +1366,7 @@ end
|
|||
item: Create Shortcut
|
||||
Source=%MAINDIR%\pythonw.exe
|
||||
Destination=%GROUP%\Module Docs.lnk
|
||||
Command Options=%MAINDIR%\pydoc.pyw
|
||||
Command Options=%MAINDIR%\Tools\Scripts\pydoc.pyw
|
||||
Working Directory=%MAINDIR%
|
||||
Key Type=1536
|
||||
Flags=00000001
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue