From 56256ceabdc09d309be369f626a14535dcf262d5 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 26 Sep 2019 17:25:15 +0200 Subject: icons: Install the "normal" symbolic icon for nightlies too We want the usual symbolic icon to be used even for the nightlies, as a black and white version of the full-colour nightly icon isn't terribly readable. --- data/icons/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/data/icons/meson.build b/data/icons/meson.build index 49260c10d..1d61003c2 100644 --- a/data/icons/meson.build +++ b/data/icons/meson.build @@ -5,5 +5,6 @@ install_data( install_data( join_paths('symbolic', 'org.gnome.Totem-symbolic.svg'), + rename : [application_id + '-symbolic.svg'], install_dir: join_paths(totem_datadir, 'icons', 'hicolor', 'symbolic', 'apps') ) -- cgit v1.2.1