From 379bb91619cf28614fa6c1a7d64fce91a732f632 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Genov=C3=A9s?= Date: Tue, 29 Oct 2019 01:30:37 +0100 Subject: [PATCH] fix icon paths --- data/icons/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/icons/meson.build b/data/icons/meson.build index a0e51c5..9aa6dc9 100644 --- a/data/icons/meson.build +++ b/data/icons/meson.build @@ -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) )