summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-09-26 17:25:15 +0200
committerBastien Nocera <hadess@hadess.net>2019-09-26 17:25:15 +0200
commit56256ceabdc09d309be369f626a14535dcf262d5 (patch)
tree6ee302d8f6bef5b4d9167ed73a426eaea31f951d
parent510d2d0ac81b6389b2b44c4f828f04ba0e876771 (diff)
downloadtotem-56256ceabdc09d309be369f626a14535dcf262d5.tar.gz
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.
-rw-r--r--data/icons/meson.build1
1 files changed, 1 insertions, 0 deletions
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')
)