Skip to content

Commit

Permalink
Fix Windows application icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jayfoad committed Feb 15, 2017
1 parent 7b5e685 commit 9a0715c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified D.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion D.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ for S in 16 24 32 48 128 256 512; do
done

# http://stackoverflow.com/questions/3236115/which-icon-sizes-should-my-windows-applications-icon-include
convert D{16,24,32,48,256}.png D.ico
convert D{256,48,32,24,16}.png D.ico

png2icns D.icns D{16,32,48,128,256,512}.png > /dev/null

Expand Down

0 comments on commit 9a0715c

Please sign in to comment.