Skip to content

Commit

Permalink
Fixed icon reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mikan committed Oct 12, 2015
1 parent c0225ee commit accb85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build_exe.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
windows=[
{"script": "racm.py",
"icon_resources": [(0, "../resources/icons/favicon2.ico")],
"icon_resources": [(0, "../resources/icons/favicon.ico")],
"other_resources": [(24, 1, manifest)]}
],
zipfile=None
Expand Down

0 comments on commit accb85d

Please sign in to comment.