mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
update build.bat
git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@789 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
parent
d50be596e7
commit
11e8243e85
@ -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\"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user