fix icon paths

ft.librem5
Manuel Genovés 2019-10-29 01:30:37 +01:00
parent 83299d2bd4
commit 379bb91619
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
install_data(
'de.wolfvollprecht.UberWriter.svg',
install_dir: datadir / 'icons' / 'hicolor' / 'scalable',
install_dir: datadir / 'icons' / 'hicolor' / 'scalable' / 'apps',
rename: '@0@.svg'.format(application_id)
)
install_data(
'de.wolfvollprecht.UberWriter-symbolic.svg',
install_dir: datadir / 'icons' / 'hicolor' / 'symbolic',
install_dir: datadir / 'icons' / 'hicolor' / 'symbolic' / 'apps',
rename: '@0@-symbolic.svg'.format(application_id)
)