summaryrefslogtreecommitdiff
path: root/Lib/idlelib/buildapp.py
diff options
context:
space:
mode:
authorTony Lownds <tony@lownds.com>2003-05-17 15:14:10 +0000
committerTony Lownds <tony@lownds.com>2003-05-17 15:14:10 +0000
commit108c40c74c5f3169b9095b464b3e868171571ff6 (patch)
tree3145bc50c06eb09eecf390d91e5e8c8b16cb0e42 /Lib/idlelib/buildapp.py
parent72c5c77ce17b5b1dbe23a10bc801d1169cf94d92 (diff)
downloadcpython-git-108c40c74c5f3169b9095b464b3e868171571ff6.tar.gz
Added icon for IDLE on OS X
Diffstat (limited to 'Lib/idlelib/buildapp.py')
-rw-r--r--Lib/idlelib/buildapp.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/idlelib/buildapp.py b/Lib/idlelib/buildapp.py
index 42aeeb7e50..a67cceac6f 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",
)