aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/w32installer.nsi
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/w32installer.nsi')
-rw-r--r--scripts/w32installer.nsi2
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"