Windows installer: fix plugin installation directory

This commit is contained in:
Enrico Tröger 2015-07-11 16:36:03 +02:00
parent 8c907dc00f
commit 5379e1387f

View File

@ -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