Skip to content

Commit

Permalink
added the 256x256 icon back, looks better than 64x64
Browse files Browse the repository at this point in the history
  • Loading branch information
goatpig committed Feb 26, 2014
1 parent 75c99c1 commit 65099a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
setup( options = opts, windows = [
{
"script": "../../ArmoryQt.py",
"icon_resources": [(1, "../../img/armory64x64.ico"),
"icon_resources": [(1, "../../img/armory256x256.ico"),
(1, "../../img/armory64x64.ico"),
(1, "../../img/armory48x48.ico"),
(1, "../../img/armory32x32.ico"),
(1, "../../img/armory24x24.ico"),
Expand Down

0 comments on commit 65099a7

Please sign in to comment.