add ico file so we can make '.torrent' files use our icon instead of python's in windows

This commit is contained in:
Marcos Pinto 2008-07-29 03:35:54 +00:00
parent 3ec61a1d3f
commit 8c57d2dc37
2 changed files with 1 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -299,6 +299,7 @@ setup(
package_data = {"deluge": ["ui/gtkui/glade/*.glade",
"data/pixmaps/*.png",
"data/pixmaps/*.svg",
"data/pixmaps/*.ico",
"data/pixmaps/flags/*.png",
"data/revision",
"plugins/*.egg",