diff options
author | Steve Dower <steve.dower@microsoft.com> | 2014-05-11 04:25:54 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2014-05-11 04:25:54 (GMT) |
commit | bd2ab5295728eb505ff4614aca618882bd81e81e (patch) | |
tree | 32f831e99ef02e5cdb4443ce1c5a287b4ce9517f /Tools | |
parent | d67c0b88efc34965b499f277abcaa52f2a15f916 (diff) | |
download | cpython-bd2ab5295728eb505ff4614aca618882bd81e81e.zip cpython-bd2ab5295728eb505ff4614aca618882bd81e81e.tar.gz cpython-bd2ab5295728eb505ff4614aca618882bd81e81e.tar.bz2 |
Issue #21476 Include idle icon files in Windows installer
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/msi/msi.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ def add_files(db): 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") |