Mercurial > hg > sonic-visualiser
comparison deploy/win64/build-and-package.bat @ 2205:d25951da2422
Merge from branch bqaudiostream
author | Chris Cannam |
---|---|
date | Wed, 30 Jan 2019 15:00:48 +0000 |
parents | 3158bb4e2ce9 |
children | f66d46032782 |
comparison
equal
deleted
inserted
replaced
2204:33668c5cc438 | 2205:d25951da2422 |
---|---|
36 @echo "" | 36 @echo "" |
37 @echo Rebuilding 32-bit | 37 @echo Rebuilding 32-bit |
38 | 38 |
39 cd %STARTPWD% | 39 cd %STARTPWD% |
40 del /q /s build_win32 | 40 del /q /s build_win32 |
41 call .\deploy\win64\build-32.bat | 41 call .\deploy\win32\build-32.bat |
42 if %errorlevel% neq 0 exit /b %errorlevel% | 42 if %errorlevel% neq 0 exit /b %errorlevel% |
43 | 43 |
44 if "%ARG%" == "sign" ( | 44 if "%ARG%" == "sign" ( |
45 @echo Signing 32-bit executables and libraries | 45 @echo Signing 32-bit executables and libraries |
46 signtool sign /v /n "%NAME%" /t http://time.certum.pl /fd sha1 build_win32\release\*.exe build_win32\release\*.dll | 46 signtool sign /v /n "%NAME%" /t http://time.certum.pl /fd sha1 build_win32\release\*.exe build_win32\release\*.dll |