Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Tue, 22 Mar 2016 07:44:11 UTC Commit: d75873f9bc574e98ef024dc562100348595d959e https://github.com/geany/geany/commit/d75873f9bc574e98ef024dc562100348595d95...
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).