summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniof@gnome.org>2019-10-13 16:51:35 +0100
committerAntónio Fernandes <antoniojpfernandes@gmail.com>2019-10-13 16:13:26 +0000
commit9a9dba195ddeb1b9f2424dabe06135d8dfa97ccf (patch)
tree5dc4e1badd983600908e1d263a0e38d3c6cdd10f
parent108cd327d7dafc2469dd61bf3af4fd9731e49b7f (diff)
downloadnautilus-9a9dba195ddeb1b9f2424dabe06135d8dfa97ccf.tar.gz
build: Use new nightly icon for the Devel profile
A variant of the app icon has been introduced in the previous commit. Let's use it for the Devel profile. Part ot https://gitlab.gnome.org/GNOME/Initiatives/issues/12
-rw-r--r--data/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/meson.build b/data/meson.build
index 47ee5da11..7218b84e0 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -1,6 +1,6 @@
icondir = join_paths('icons', 'hicolor', 'scalable', 'apps')
install_data(
- join_paths(icondir, 'org.gnome.Nautilus.svg'),
+ join_paths(icondir, 'org.gnome.Nautilus' + profile + '.svg'),
install_dir: join_paths(datadir, icondir),
rename: '@0@.svg'.format(application_id)
)