Mercurial > hg > sonic-annotator
comparison deploy/win/build-both.bat @ 387:a2c5ca6b8785
More on zipping packages
author | Chris Cannam |
---|---|
date | Mon, 08 Jun 2020 16:14:52 +0100 |
parents | c7f2b178d220 |
children |
comparison
equal
deleted
inserted
replaced
386:3a4cb8f27c10 | 387:a2c5ca6b8785 |
---|---|
24 del /q /s build_win64 | 24 del /q /s build_win64 |
25 call .\deploy\win\build-64.bat | 25 call .\deploy\win\build-64.bat |
26 if %errorlevel% neq 0 exit /b %errorlevel% | 26 if %errorlevel% neq 0 exit /b %errorlevel% |
27 | 27 |
28 set PATH=%ORIGINALPATH% | 28 set PATH=%ORIGINALPATH% |
29 cd %STARTPWD% | |
29 | 30 |
30 @echo Done | 31 @echo Done |
31 | 32 |