From 9a0715c16a31020d7c0afb392159e3cb96c04170 Mon Sep 17 00:00:00 2001 From: Jay Foad Date: Wed, 15 Feb 2017 12:47:17 +0000 Subject: [PATCH] Fix Windows application icon --- D.ico | Bin 30291 -> 30291 bytes D.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/D.ico b/D.ico index e1e9d89b357b92a0d88551d62af50d1a3f552e85..a4fa085892d12c558a517fe8d12ef38fed3e8e6b 100644 GIT binary patch delta 115 zcmccohVk+n#t;SuMg~>}5MX3bVAyNOzz_yx8yGZeIF8d8Pzmr>`y4j6yjlkwZEFGL1qf%G^Mtv6h delta 116 zcmccohVk+n#!v}0Ra%Lz>vYhz!1j3z#t(3;dgK{Fzf@0DJVerD}d_U_!t-r y44`~f28MTXKn*|u(!bY`fnk~p!{%3onJk-=GkQ2T?+;%guvy$_iR#9%y@miJvljdS 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