comparison 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
comparison
equal deleted inserted replaced
684:6bfca8973f79 685:9e31ab5d9394
59 copy %QTDIR%\plugins\platforms\qwindows.dll .\release 59 copy %QTDIR%\plugins\platforms\qwindows.dll .\release
60 copy %QTDIR%\plugins\styles\qwindowsvistastyle.dll .\release 60 copy %QTDIR%\plugins\styles\qwindowsvistastyle.dll .\release
61 61
62 cd %STARTPWD% 62 cd %STARTPWD%
63 63
64 if not exist mercurial-4.8.0-x86.msi (
65 C:\ProgramData\chocolatey\bin\wget https://bitbucket.org/tortoisehg/files/downloads/mercurial-4.8.0-x86.msi
66 )
67 if %errorlevel% neq 0 exit /b %errorlevel%
68
69 if not exist mercurial-4.8.0-x86 (
70 msiexec /a mercurial-4.8.0-x86.msi /qn TARGETDIR=%STARTPWD%\mercurial-4.8.0-x86
71 )
72 if %errorlevel% neq 0 exit /b %errorlevel%
73
74 set PATH=%ORIGINALPATH% 64 set PATH=%ORIGINALPATH%