Skip to content

Commit

Permalink
Fix nsis script.
Browse files Browse the repository at this point in the history
  • Loading branch information
cybersphinx committed May 14, 2011
1 parent f6c76be commit 527b791
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/nsis/warzone2100.nsi
Expand Up @@ -191,6 +191,7 @@ Section $(TEXT_SecBase) SecBase
Call unix2dos
File "${TOP_BUILDDIR}\doc\quickstartguide.html"
File "${TOP_BUILDDIR}\doc\quickstartguide.pdf"
File "${TOP_BUILDDIR}\doc\docbook-xsl.css"
SetOutPath "$INSTDIR\doc\images"
File "${TOP_SRCDIR}\doc\images\*.*"

Expand Down Expand Up @@ -230,8 +231,8 @@ Section $(TEXT_SecBase) SecBase
CreateDirectory "$SMPROGRAMS\$STARTMENU_FOLDER"
CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\Uninstall.lnk" "$INSTDIR\uninstall.exe"
CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\${PACKAGE_NAME}.lnk" "$INSTDIR\${PACKAGE}.exe"
CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\Quick Start Guide (html).lnk" "$INSTDIR\doc/quickstartguide.html"
CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\Quick Start Guide (pdf).lnk" "$INSTDIR\doc/quickstartguide.pdf"
CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\Quick Start Guide (html).lnk" "$INSTDIR\doc\quickstartguide.html"
CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\Quick Start Guide (pdf).lnk" "$INSTDIR\doc\quickstartguide.pdf"

!insertmacro MUI_STARTMENU_WRITE_END

Expand Down

0 comments on commit 527b791

Please sign in to comment.