Skip to content

Commit

Permalink
install icon in correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Jun 25, 2022
1 parent 0bd67cd commit 4e712ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/meson.build
Expand Up @@ -15,7 +15,7 @@ if desktop_utils.found()
endif

install_data(join_paths('icons', 'com.github.theironrobin.siglo.svg'),
install_dir: join_paths(get_option('datadir'), 'icons')
install_dir: join_paths(get_option('datadir'), 'icons/hicolor/scalable/apps')
)

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

0 comments on commit 4e712ef

Please sign in to comment.