mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Fix a W32 problem
This commit is contained in:
parent
91272a546f
commit
7956620485
8 changed files with 31 additions and 8 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-09-03 Werner Koch <wk@g10code.com>
|
||||
|
||||
* w32installer.nsi: Set the final OutPath to Doc/.
|
||||
|
||||
2008-01-30 Werner Koch <wk@g10code.com>
|
||||
|
||||
* w32installer.nsi: Set the OutPath back.
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue