diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/ChangeLog | 4 | ||||
-rw-r--r-- | scripts/w32installer.nsi | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog index 92d5999ec..a6b536f12 100644 --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +2008-01-30 Werner Koch <[email protected]> + + * w32installer.nsi: Set the OutPath back. + 2007-12-12 Werner Koch <[email protected]> * config.sub, config.guess: Update to version 2007-11-19. diff --git a/scripts/w32installer.nsi b/scripts/w32installer.nsi index 327182d5b..841850c20 100644 --- a/scripts/w32installer.nsi +++ b/scripts/w32installer.nsi @@ -351,6 +351,8 @@ Section "-Finish" WriteRegStr HKCU "Software\GNU\GnuPG" "Lang" $R3 ;; + # Set the Outpath pack so that the README file can be displayed. + SetOutPath "$INSTDIR" SectionEnd ; "-Finish" |