Skip to content

Commit

Permalink
Replacing globe icon with dog icon in Windows executable.
Browse files Browse the repository at this point in the history
  • Loading branch information
bendmorris committed Apr 5, 2011
1 parent 839c83a commit 981f6a4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed globe.ico
Binary file not shown.
Binary file added icon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
windows = [{'script': "main.py",
'dest_base': "retriever",
'icon_resources':[(1,'globe.ico')]
'icon_resources':[(1,'icon.ico')]
}],
zipfile = None,
)

0 comments on commit 981f6a4

Please sign in to comment.