Add logo, fixes #27

The SVG can be scaled to any size, thus we only provide the "minimum" of
PNGs as specified by XDG, see "Installing Application Icons" in
https://specifications.freedesktop.org/icon-theme-spec/
This commit is contained in:
Lennard Hofmann 2020-06-25 21:33:09 +02:00
parent bae11000cc
commit 6b889564f7
6 changed files with 92 additions and 2 deletions

1
icons/meson.build Normal file
View file

@ -0,0 +1 @@
install_subdir('hicolor', install_dir : join_paths(get_option('datadir'), 'icons'))