diff --git a/data/icons/writeas-bright-dark.png b/data/icons/writeas-bright-dark.png new file mode 100644 index 0000000..69214d9 Binary files /dev/null and b/data/icons/writeas-bright-dark.png differ diff --git a/data/meson.build b/data/meson.build index 74fd51e..8dbc35f 100644 --- a/data/meson.build +++ b/data/meson.build @@ -1,6 +1,8 @@ install_data('icons/write-as.png', install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', '128x128', 'apps') ) +install_data('icons/writeas-bright-dark.png', + install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', '48x48', 'actions')) install_data('write-as-gtk.desktop', install_dir: join_paths(get_option('datadir'), 'applications'))