update build.bat

git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@789 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
XhmikosR 2011-11-06 16:36:36 +00:00
parent d50be596e7
commit 11e8243e85

View File

@ -1,7 +1,7 @@
@ECHO OFF
SETLOCAL
SET "VERSION=3.2.2"
SET "VERSION=3.2.3"
SET "SEVENZIP_PATH=%PROGRAMFILES%\7-Zip\7z.exe"
CD /D %~dp0
@ -97,7 +97,6 @@ COPY /Y /V "Hunspellx86.dll" "temp_zip\"
COPY /Y /V "NHunspell.dll" "temp_zip\"
COPY /Y /V "SubtitleEdit.exe" "temp_zip\"
COPY /Y /V "Languages\*.xml" "temp_zip\Languages\"
COPY /Y /V "..\..\..\Tesseract\leptonlib.dll" "temp_zip\Tesseract\"
COPY /Y /V "..\..\..\Tesseract\tesseract.exe" "temp_zip\Tesseract\"
COPY /Y /V "..\..\..\Tesseract\tessdata\eng.traineddata" "temp_zip\Tesseract\tessdata\"