commit | bd2ab5295728eb505ff4614aca618882bd81e81e | [log] [tgz] |
---|---|---|
author | Steve Dower <steve.dower@microsoft.com> | Sat May 10 21:25:54 2014 -0700 |
committer | Steve Dower <steve.dower@microsoft.com> | Sat May 10 21:25:54 2014 -0700 |
tree | 32f831e99ef02e5cdb4443ce1c5a287b4ce9517f | |
parent | d67c0b88efc34965b499f277abcaa52f2a15f916 [diff] [blame] |
Issue #21476 Include idle icon files in Windows installer
diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py index 938d942..e2c1434 100644 --- a/Tools/msi/msi.py +++ b/Tools/msi/msi.py
@@ -1047,6 +1047,7 @@ lib.add_file("idle.bat") if dir=="Icons": lib.glob("*.gif") + lib.glob("*.ico") lib.add_file("idle.icns") if dir=="command" and parent.physical=="distutils": lib.glob("wininst*.exe")