1
0
mirror of https://gitlab.cvh-server.de/skrause/flashcards.git synced 2025-12-12 11:01:38 +01:00
Files
flashcards/resources/icons/meson.build

14 lines
406 B
Meson

application_id = 'li.sopht.Flashcards'
scalable_dir = 'hicolor' / 'scalable' / 'apps'
install_data(
scalable_dir / ('@0@.svg').format(application_id),
install_dir: get_option('datadir') / 'icons' / scalable_dir
)
symbolic_dir = 'hicolor' / 'symbolic' / 'apps'
install_data(
symbolic_dir / ('@0@-symbolic.svg').format(application_id),
install_dir: get_option('datadir') / 'icons' / symbolic_dir
)