mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Changes to install the new idle: it's now in Lib/idlelib instead of
Tools/idle, in both source and destination. (There are still problems when running the IDLE icon, but they don't seem to have to do with the installer.)
This commit is contained in:
parent
8b76351934
commit
5041cf6e44
1 changed files with 9 additions and 9 deletions
|
@ -2141,26 +2141,26 @@ item: Remark
|
||||||
Text=IDLE
|
Text=IDLE
|
||||||
end
|
end
|
||||||
item: Install File
|
item: Install File
|
||||||
Source=..\tools\idle\*.py
|
Source=..\Lib\idlelib\*.py
|
||||||
Destination=%MAINDIR%\Tools\idle
|
Destination=%MAINDIR%\Lib\idlelib
|
||||||
Description=Integrated DeveLopment Environment for Python
|
Description=Integrated DeveLopment Environment for Python
|
||||||
Flags=0000000000000010
|
Flags=0000000000000010
|
||||||
end
|
end
|
||||||
item: Install File
|
item: Install File
|
||||||
Source=..\tools\idle\*.txt
|
Source=..\Lib\idlelib\*.txt
|
||||||
Destination=%MAINDIR%\Tools\idle
|
Destination=%MAINDIR%\Lib\idlelib
|
||||||
Description=Integrated DeveLopment Environment for Python
|
Description=Integrated DeveLopment Environment for Python
|
||||||
Flags=0000000000000010
|
Flags=0000000000000010
|
||||||
end
|
end
|
||||||
item: Install File
|
item: Install File
|
||||||
Source=..\tools\idle\icons\*
|
Source=..\Lib\idlelib\Icons\*
|
||||||
Destination=%MAINDIR%\Tools\idle\Icons
|
Destination=%MAINDIR%\Lib\idlelib\Icons
|
||||||
Description=Integrated DeveLopment Environment for Python
|
Description=Integrated DeveLopment Environment for Python
|
||||||
Flags=0000000000000010
|
Flags=0000000000000010
|
||||||
end
|
end
|
||||||
item: Install File
|
item: Install File
|
||||||
Source=..\tools\idle\idle.pyw
|
Source=..\Lib\idlelib\idle.pyw
|
||||||
Destination=%MAINDIR%\Tools\idle\idle.pyw
|
Destination=%MAINDIR%\Lib\idlelib\idle.pyw
|
||||||
Description=IDLE bootstrap script
|
Description=IDLE bootstrap script
|
||||||
Flags=0000000000000010
|
Flags=0000000000000010
|
||||||
end
|
end
|
||||||
|
@ -2944,7 +2944,7 @@ end
|
||||||
item: Create Shortcut
|
item: Create Shortcut
|
||||||
Source=%MAINDIR%\pythonw.exe
|
Source=%MAINDIR%\pythonw.exe
|
||||||
Destination=%GROUP%\IDLE (Python GUI).lnk
|
Destination=%GROUP%\IDLE (Python GUI).lnk
|
||||||
Command Options="%MAINDIR%\Tools\idle\idle.pyw"
|
Command Options="%MAINDIR%\Lib\idlelib\idle.pyw"
|
||||||
Working Directory=%MAINDIR%
|
Working Directory=%MAINDIR%
|
||||||
Key Type=1536
|
Key Type=1536
|
||||||
Flags=00000001
|
Flags=00000001
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue