[nautilus/wip/jimmac/nightly-app-icon: 9/10] build: Use new nightly icon for the Devel profile



commit 9a9dba195ddeb1b9f2424dabe06135d8dfa97ccf
Author: António Fernandes <antoniof gnome org>
Date:   Sun Oct 13 16:51:35 2019 +0100

    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

 data/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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)
 )


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]