From d87110d00c742bea7b0b42356067100b91b4dcba Mon Sep 17 00:00:00 2001 From: René Stadler Date: Sun, 9 Nov 2008 15:53:11 +0200 Subject: setup: Dist and install 48x48 icon --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 056604c..3eedbc4 100755 --- a/setup.py +++ b/setup.py @@ -323,7 +323,7 @@ cmdclass = {"build" : build_custom, "tests" : tests} icons = [] -for size in ("16x16", "22x22", "24x24", "32x32", "scalable",): +for size in ("16x16", "22x22", "24x24", "32x32", "48x48", "scalable",): base_source = "data/icons/hicolor/%s/apps/gst-inspector" % (size,) sources = [] for ext in ("png", "svg",): -- cgit v1.2.3