summaryrefslogtreecommitdiff
path: root/themes/HighContrast/create-highcontrast.c
diff options
context:
space:
mode:
Diffstat (limited to 'themes/HighContrast/create-highcontrast.c')
-rw-r--r--themes/HighContrast/create-highcontrast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/HighContrast/create-highcontrast.c b/themes/HighContrast/create-highcontrast.c
index 3e3383a6..5113aa49 100644
--- a/themes/HighContrast/create-highcontrast.c
+++ b/themes/HighContrast/create-highcontrast.c
@@ -80,7 +80,7 @@ ensure_dest_path (GFile *file,
static void
optimize_png (const gchar *png_path)
{
- gchar *cmd = g_strconcat ("optipng -quiet", " ", png_path, NULL);
+ gchar *cmd = g_strconcat ("zopflipng -ym ", png_path, " ", png_path, NULL);
g_spawn_command_line_async (cmd, NULL);
g_free (cmd);
}