mirror of
https://github.com/13hannes11/toolbx-tuner.git
synced 2024-09-03 23:21:00 +02:00
11 lines
276 B
Meson
11 lines
276 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',
|
|
rename: '@0@-symbolic.svg'.format(application_id)
|
|
)
|