Commit 7f116843 authored by Steve Dower's avatar Steve Dower

Issue #21476 Include idle icon files in Windows installer

parent 36e5cbcc
......@@ -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")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment