mirror of
https://github.com/python/cpython.git
synced 2025-08-19 00:00:48 +00:00
Add new tkinter dir to various locations where lib-tk shows up.
This commit is contained in:
parent
7363445d94
commit
6c90c9faae
4 changed files with 14 additions and 1 deletions
|
@ -180,6 +180,7 @@ Source: Lib\lib-old\*.*; DestDir: {app}\Lib\lib-old; CopyMode: alwaysoverwrite;
|
|||
Source: Lib\xml\*.*; DestDir: {app}\Lib\xml; CopyMode: alwaysoverwrite; Components: main; Flags: recursesubdirs
|
||||
Source: Lib\hotshot\*.*; DestDir: {app}\Lib\hotshot; CopyMode: alwaysoverwrite; Components: main; Flags: recursesubdirs
|
||||
Source: Lib\test\*.*; DestDir: {app}\Lib\test; CopyMode: alwaysoverwrite; Components: test; Flags: recursesubdirs
|
||||
Source: Lib\tkinter\*.py; DestDir: {app}\Lib\tkinter; CopyMode: alwaysoverwrite; Components: tk; Flags: recursesubdirs
|
||||
|
||||
Source: Lib\site-packages\README.txt; DestDir: {app}\Lib\site-packages; CopyMode: alwaysoverwrite; Components: main
|
||||
|
||||
|
@ -297,6 +298,9 @@ Name: {app}\Lib\lib-old; Type: dirifempty
|
|||
Name: {app}\Lib\lib-tk\*.pyc; Type: files
|
||||
Name: {app}\Lib\lib-tk\*.pyo; Type: files
|
||||
Name: {app}\Lib\lib-tk; Type: dirifempty
|
||||
Name: {app}\Lib\tkinter\*.pyc; Type: files
|
||||
Name: {app}\Lib\tkinter\*.pyo; Type: files
|
||||
Name: {app}\Lib\tkinter; Type: dirifempty
|
||||
Name: {app}\Lib\test\*.pyc; Type: files
|
||||
Name: {app}\Lib\test\*.pyo; Type: files
|
||||
Name: {app}\Lib\test; Type: dirifempty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue