From 407f9383ff62ed0bc1d0c162511ff36d11da9cef Mon Sep 17 00:00:00 2001 From: miruka Date: Sat, 3 Oct 2020 03:00:22 -0400 Subject: [PATCH] Remove duplicate icons256 target for make install --- mirage.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mirage.pro b/mirage.pro index d6734d02..f522e1d8 100644 --- a/mirage.pro +++ b/mirage.pro @@ -62,9 +62,8 @@ no-x11 { shortcuts.path = $$PREFIX/share/applications shortcuts.files = extra/linux/mirage.desktop - icons256.path = $$PREFIX/share/icons/hicolor/256x256/apps + icons256.path = $$PREFIX/share/icons/hicolor/256x256/apps icons256.files = extra/linux/mirage.png - INSTALLS += icons256 INSTALLS += executables shortcuts icons256 }