summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené Stadler <mail@renestadler.de>2008-11-09 15:53:11 +0200
committerRené Stadler <mail@renestadler.de>2008-11-09 15:53:11 +0200
commitd87110d00c742bea7b0b42356067100b91b4dcba (patch)
treecb53c239c00886d8b3a1e1a2b9e9a185fac03069
parentf324aa0b05fa97e186d1050e8c005d024934f932 (diff)
setup: Dist and install 48x48 icon
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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",):