[geany/geany] 5379e1: Windows installer: fix plugin installation directory

Enrico Tröger git-noreply at xxxxx
Sat Jul 11 14:36:03 UTC 2015


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sat, 11 Jul 2015 14:36:03 UTC
Commit:      5379e1387fcddc28c3bbcc02faa9bbd1b7cdcd8a
             https://github.com/geany/geany/commit/5379e1387fcddc28c3bbcc02faa9bbd1b7cdcd8a

Log Message:
-----------
Windows installer: fix plugin installation directory


Modified Paths:
--------------
    geany.nsi.in

Modified: geany.nsi.in
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -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
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list