X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=win%2Fzebra.nsi;h=53c4d8cdfec1bbeed94492f51f09829b90bc9679;hb=138b954cffe470bf0e62d812cae6e859aa57cdb5;hp=e8f4712d0daa8d1867a8359dbf5a437257a4c8af;hpb=a073dc58b9244c9a38e014d47363170771ced398;p=idzebra-moved-to-github.git diff --git a/win/zebra.nsi b/win/zebra.nsi index e8f4712..53c4d8c 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -1,9 +1,9 @@ -; $Id: zebra.nsi,v 1.8 2002-11-26 13:50:29 adam Exp $ +; $Id: zebra.nsi,v 1.19 2004-01-15 14:22:22 adam Exp $ -!define VERSION "1.3.4" +!define VERSION "1.3.15" Name "Zebra" -Caption "Index Data Yebra ${VERSION} Setup" +Caption "Index Data Zebra ${VERSION} Setup" OutFile "idzebra_${VERSION}.exe" LicenseText "You must read the following license before installing:" @@ -80,7 +80,7 @@ Section "Zebra Examples" SetOutPath $INSTDIR File /r ..\test -; File /r ..\examples + File /r ..\examples SectionEnd Section "Zebra Source"