comparison deploy/win64/build-and-package.bat @ 2286:f66d46032782

Sign the right thing!
author Chris Cannam
date Tue, 21 May 2019 16:26:37 +0100
parents 3158bb4e2ce9
children 0a2cdcbc22e6
comparison
equal deleted inserted replaced
2284:fa638eb49821 2286:f66d46032782
53 call .\deploy\win64\build-64.bat 53 call .\deploy\win64\build-64.bat
54 if %errorlevel% neq 0 exit /b %errorlevel% 54 if %errorlevel% neq 0 exit /b %errorlevel%
55 55
56 if "%ARG%" == "sign" ( 56 if "%ARG%" == "sign" (
57 @echo Signing 64-bit executables and libraries 57 @echo Signing 64-bit executables and libraries
58 signtool sign /v /n "%NAME%" /t http://time.certum.pl /fd sha1 build_win32\release\*.exe build_win64\release\*.dll 58 signtool sign /v /n "%NAME%" /t http://time.certum.pl /fd sha1 build_win64\release\*.exe build_win64\release\*.dll
59 ) 59 )
60 60
61 set PATH=%PATH%;"C:\Program Files (x86)\WiX Toolset v3.11\bin" 61 set PATH=%PATH%;"C:\Program Files (x86)\WiX Toolset v3.11\bin"
62 62
63 @echo Packaging 32-bit 63 @echo Packaging 32-bit