[geany/geany] d75873: Windows installer: fix broken installation tags files

Enrico Tröger git-noreply at xxxxx
Tue Mar 22 07:44:11 UTC 2016


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Tue, 22 Mar 2016 07:44:11 UTC
Commit:      d75873f9bc574e98ef024dc562100348595d959e
             https://github.com/geany/geany/commit/d75873f9bc574e98ef024dc562100348595d959e

Log Message:
-----------
Windows installer: fix broken installation tags files


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

Modified: geany.nsi.in
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -209,8 +209,8 @@ SectionEnd
 Section "Autocompletion Tags" SEC05
 	SectionIn 1
 	SetOverwrite ifnewer
-	SetOutPath "$INSTDIR\data\filedefs"
-	File /r "${RESOURCEDIR}\data\filedefs\*"
+	SetOutPath "$INSTDIR\data\tags"
+	File /r "${RESOURCEDIR}\data\tags\*"
 SectionEnd
 
 ; Include GTK runtime library but only if desired from command line



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