Mercurial > hg > easyhg
diff deploy/win32/build.bat @ 685:9e31ab5d9394
Further toward packaging
author | Chris Cannam |
---|---|
date | Fri, 07 Dec 2018 17:39:12 +0000 |
parents | 21e03596dd93 |
children | a74515f1c6e8 |
line wrap: on
line diff
--- a/deploy/win32/build.bat Fri Dec 07 17:38:17 2018 +0000 +++ b/deploy/win32/build.bat Fri Dec 07 17:39:12 2018 +0000 @@ -61,14 +61,4 @@ cd %STARTPWD% -if not exist mercurial-4.8.0-x86.msi ( - C:\ProgramData\chocolatey\bin\wget https://bitbucket.org/tortoisehg/files/downloads/mercurial-4.8.0-x86.msi -) -if %errorlevel% neq 0 exit /b %errorlevel% - -if not exist mercurial-4.8.0-x86 ( - msiexec /a mercurial-4.8.0-x86.msi /qn TARGETDIR=%STARTPWD%\mercurial-4.8.0-x86 -) -if %errorlevel% neq 0 exit /b %errorlevel% - set PATH=%ORIGINALPATH%