diff options
Diffstat (limited to 'scripts/w32installer.nsi')
-rw-r--r-- | scripts/w32installer.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/w32installer.nsi b/scripts/w32installer.nsi index bccdd0fb2..317149d30 100644 --- a/scripts/w32installer.nsi +++ b/scripts/w32installer.nsi @@ -352,7 +352,7 @@ Section "-Finish" ;; # Set the Outpath pack so that the README file can be displayed. - SetOutPath "$INSTDIR" + SetOutPath "$INSTDIR\Doc" SectionEnd ; "-Finish" |