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

Skip to content

Commit 4d930be

Browse files
committed
Add all readme files in Tools.
1 parent 0e920a7 commit 4d930be

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Tools/msi/msi.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,8 +982,9 @@ def add_files(db):
982982
if f == "pynche":
983983
x = PyDirectory(db, cab, lib, "X", "X", "X|X")
984984
x.glob("*.txt")
985-
if f == 'Scripts':
985+
if os.path.exists(os.path.join(lib.absolute, "README")):
986986
lib.add_file("README.txt", src="README")
987+
if f == 'Scripts':
987988
if have_tcl:
988989
lib.start_component("pydocgui.pyw", tcltk, keyfile="pydocgui.pyw")
989990
lib.add_file("pydocgui.pyw")

0 commit comments

Comments
 (0)