From e9855d7aeba1b5073625268ea11454e124fe3218 Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Mon, 24 Jan 2022 15:16:21 +0100 Subject: [PATCH] Fixed SVG icon installation. Signed-off-by: Vitaly Zaitsev --- kiwix-desktop.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwix-desktop.pro b/kiwix-desktop.pro index 183d04b..aad94ae 100644 --- a/kiwix-desktop.pro +++ b/kiwix-desktop.pro @@ -140,7 +140,7 @@ unix { app_icon128.files = resources/icons/kiwix/128/kiwix-desktop.png app_icon256.path = $$PREFIX/share/icons/hicolor/256x256/apps app_icon256.files = resources/icons/kiwix/256/kiwix-desktop.png - app_svg.path = $$PREFIX/share/icons/hicolor/scalable/kiwix-desktop.svg + app_svg.path = $$PREFIX/share/icons/hicolor/scalable/apps app_svg.files = resources/icons/kiwix/scalable/kiwix-desktop.svg INSTALLS += app_icon24 app_icon32 app_icon48 app_icon128 app_icon256 app_svg