summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",):