From 41ce0fee2b25fcaf748fc9db5642b58b4a1937a5 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Thu, 19 Oct 2017 10:48:28 +0200 Subject: [PATCH] Fixup doubled install of desktop file. --- rssguard.pro | 3 --- 1 file changed, 3 deletions(-) diff --git a/rssguard.pro b/rssguard.pro index b17ab5305..514c329a1 100755 --- a/rssguard.pro +++ b/rssguard.pro @@ -685,9 +685,6 @@ unix:!mac:!android { desktop_file.files = resources/desktop/$${TARGET}.desktop desktop_file.path = $$quote($$PREFIX/share/applications/) - desktop_file.files = resources/desktop/$${TARGET}.desktop - desktop_file.path = $$quote($$PREFIX/share/applications/) - appdata.files = resources/desktop/$${TARGET}.appdata.xml appdata.path = $$quote($$PREFIX/share/metainfo/)