Kaydet (Commit) c9a799bb authored tarafından Enrico Tröger's avatar Enrico Tröger

Windows Installer: fix documentation installation paths

üst 0556b89d
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment