Skip to content

Commit

Permalink
Merge pull request #360 from City-busz/exclude-source-icon
Browse files Browse the repository at this point in the history
Exclude source icon from install
  • Loading branch information
mrvladus authored Dec 2, 2024
2 parents 14d3f99 + ee5006c commit dd37255
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion data/meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
subdir('resources')

install_subdir('icons', install_dir: get_option('datadir'))
install_subdir(
'icons',
install_dir: get_option('datadir'),
exclude_files: ['io.github.mrvladus.List.Source.svg'],
)

desktop_file = i18n.merge_file(
input: configure_file(
Expand Down

0 comments on commit dd37255

Please sign in to comment.