Skip to content

Commit 4e712ef

Browse files
author
alex
committed
install icon in correct location
1 parent 0bd67cd commit 4e712ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if desktop_utils.found()
1515
endif
1616

1717
install_data(join_paths('icons', 'com.github.theironrobin.siglo.svg'),
18-
install_dir: join_paths(get_option('datadir'), 'icons')
18+
install_dir: join_paths(get_option('datadir'), 'icons/hicolor/scalable/apps')
1919
)
2020

2121
install_data('siglo.service', install_dir: '/etc/systemd/user/')

0 commit comments

Comments
 (0)