We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bd67cd commit 4e712efCopy full SHA for 4e712ef
data/meson.build
@@ -15,7 +15,7 @@ if desktop_utils.found()
15
endif
16
17
install_data(join_paths('icons', 'com.github.theironrobin.siglo.svg'),
18
- install_dir: join_paths(get_option('datadir'), 'icons')
+ install_dir: join_paths(get_option('datadir'), 'icons/hicolor/scalable/apps')
19
)
20
21
install_data('siglo.service', install_dir: '/etc/systemd/user/')
0 commit comments