mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-14 12:51:13 +00:00
9 lines
224 B
Meson
9 lines
224 B
Meson
install_data(
|
|
'@0@.svg'.format(application_id),
|
|
install_dir: iconsdir / 'hicolor' / 'scalable' / 'apps'
|
|
)
|
|
|
|
install_data(
|
|
'@0@-symbolic.svg'.format(base_id),
|
|
install_dir: iconsdir / 'hicolor' / 'symbolic' / 'apps',
|
|
)
|