apostrophe/data/icons/meson.build

12 lines
325 B
Meson
Raw Normal View History

2019-07-01 10:43:26 +00:00
install_data(
'de.wolfvollprecht.UberWriter.svg',
install_dir: datadir / 'icons' / 'hicolor' / 'scalable',
rename: '@0@.svg'.format(application_id)
)
install_data(
'de.wolfvollprecht.UberWriter-symbolic.svg',
install_dir: datadir / 'icons' / 'hicolor' / 'symbolic',
rename: '@0@-symbolic.svg'.format(application_id)
)