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
This commit is contained in:
António Fernandes 2019-10-13 16:51:35 +01:00 committed by António Fernandes
parent 108cd327d7
commit 9a9dba195d

View file

@ -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)
)