Skip to content

Commit

Permalink
Added the icon
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Mar 5, 2005
1 parent ae060eb commit 57eb241
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions snowberry/setup.py
Expand Up @@ -63,11 +63,11 @@
windows = [
{
"script": "snowberry.py",
#"icon_resources": [(1, "myprogram.ico")],
"icon_resources": [(1, "graphics/snowberry.ico")],
"other_resources": [(24, 1, manifest)]
}
]#,
#data_files=["logo.gif",
# "myprogram.ico",
],
data_files=["graphics/snowberry.ico"]
# "myprogram.ico",
# "ChangeLog.txt"],
)

0 comments on commit 57eb241

Please sign in to comment.