From ac70744e485c18434b848daddbff7755d24ea9ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20Tr=C3=B6ger?= Date: Sun, 19 Nov 2017 13:10:45 +0100 Subject: [PATCH] Don't try to install icons which do no longer exist --- build/geany-plugins.nsi | 3 --- 1 file changed, 3 deletions(-) diff --git a/build/geany-plugins.nsi b/build/geany-plugins.nsi index f0a853527..7657fed7c 100644 --- a/build/geany-plugins.nsi +++ b/build/geany-plugins.nsi @@ -111,9 +111,6 @@ Section "!Program Files" SEC01 SetOutPath "$INSTDIR\lib" File /r "${RESOURCEDIR}\lib\*.dll" - SetOutPath "$INSTDIR\share\icons" - File /r "${RESOURCEDIR}\share\icons\*" - SetOutPath "$INSTDIR\share\geany-plugins" File /r "${RESOURCEDIR}\share\geany-plugins\*" SectionEnd