diff --git a/D.ico b/D.ico index e1e9d89b..a4fa0858 100644 Binary files a/D.ico and b/D.ico differ diff --git a/D.sh b/D.sh index 6ae3b30f..238d9866 100755 --- a/D.sh +++ b/D.sh @@ -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