]> granicus.if.org Git - python/commitdiff
Issue #21476 Include idle icon files in Windows installer
authorSteve Dower <steve.dower@microsoft.com>
Sun, 11 May 2014 04:25:54 +0000 (21:25 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Sun, 11 May 2014 04:25:54 +0000 (21:25 -0700)
Tools/msi/msi.py

index 938d942fb23917692bef1dc087238b62017b482c..e2c1434b0a7d06674e36f69e71d8dd03797fdf9d 100644 (file)
@@ -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")