[geany/geany] c9a799: Windows Installer: fix documentation installation paths

Enrico Tröger git-noreply at xxxxx
Sun Mar 6 15:50:32 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:        Sun, 06 Mar 2016 15:50:32 UTC
Commit:      c9a799bb0c6a69a43ac690cbd78c9c464a1c6414
             https://github.com/geany/geany/commit/c9a799bb0c6a69a43ac690cbd78c9c464a1c6414

Log Message:
-----------
Windows Installer: fix documentation installation paths


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

Modified: geany.nsi.in
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -195,8 +195,8 @@ SectionEnd
 Section "Documentation" SEC04
 	SectionIn 1
 	SetOverwrite ifnewer
-	SetOutPath "$INSTDIR\share\doc\geany\html"
-	File /r "${RESOURCEDIR}\doc\*"
+	SetOutPath "$INSTDIR\share\doc"
+	File /r "${RESOURCEDIR}\share\doc\*"
 	WriteIniStr "$INSTDIR\Documentation.url" "InternetShortcut" "URL" "$INSTDIR\share\doc\geany\html\index.html"
 	!insertmacro MUI_STARTMENU_WRITE_BEGIN ${PRODUCT_NAME}
 	CreateShortCut "$SMPROGRAMS\$StartmenuFolder\Documentation.lnk" "$INSTDIR\Documentation.url"



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