summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/idlelib')
-rw-r--r--Lib/idlelib/Icons/idle.icnsbin0 -> 57435 bytes
-rw-r--r--Lib/idlelib/buildapp.py1
2 files changed, 1 insertions, 0 deletions
diff --git a/Lib/idlelib/Icons/idle.icns b/Lib/idlelib/Icons/idle.icns
new file mode 100644
index 0000000..f65e313
--- /dev/null
+++ b/Lib/idlelib/Icons/idle.icns
Binary files differ
diff --git a/Lib/idlelib/buildapp.py b/Lib/idlelib/buildapp.py
index 42aeeb7..a67ccea 100644
--- a/Lib/idlelib/buildapp.py
+++ b/Lib/idlelib/buildapp.py
@@ -13,4 +13,5 @@ buildapp(
name="IDLE",
mainprogram="idle.py",
argv_emulation=1,
+ iconfile="Icons/idle.icns",
)