[Python-checkins] cpython (2.7): Issue #21476 Include idle icon files in Windows installer

steve.dower python-checkins at python.org
Sun May 11 06:27:00 CEST 2014


http://hg.python.org/cpython/rev/730eeb10cd81
changeset:   90621:730eeb10cd81
branch:      2.7
parent:      90617:a9d34685ec47
user:        Steve Dower <steve.dower at microsoft.com>
date:        Sat May 10 21:25:54 2014 -0700
summary:
  Issue #21476 Include idle icon files in Windows installer

files:
  Tools/msi/msi.py |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py
--- 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")

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list