From 5379e1387fcddc28c3bbcc02faa9bbd1b7cdcd8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20Tr=C3=B6ger?= Date: Sat, 11 Jul 2015 16:36:03 +0200 Subject: [PATCH] Windows installer: fix plugin installation directory --- geany.nsi.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geany.nsi.in b/geany.nsi.in index 4846c7794..9f55362c3 100644 --- a/geany.nsi.in +++ b/geany.nsi.in @@ -172,7 +172,7 @@ SectionEnd Section "Plugins" SEC02 SectionIn 1 SetOverwrite ifnewer - SetOutPath "$INSTDIR\lib" + SetOutPath "$INSTDIR\lib\geany" File "${RESOURCEDIR}\lib\geany\*.dll" SectionEnd