Mercurial > hg > tony
changeset 655:6aec1a9594cc
Fix idiotic presentation of /a flag as if argument to /n flag
author | Chris Cannam |
---|---|
date | Wed, 23 Oct 2019 09:32:48 +0100 |
parents | 854b130faea3 |
children | 8379b7806322 |
files | deploy/win64/build-and-package.bat |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/deploy/win64/build-and-package.bat Wed Oct 23 09:32:43 2019 +0100 +++ b/deploy/win64/build-and-package.bat Wed Oct 23 09:32:48 2019 +0100 @@ -23,7 +23,7 @@ @ echo NOTE: starting by codesigning an unrelated executable, so we know @ echo NOTE: whether it'll work before doing the entire build copy sv-dependency-builds\win64-msvc\bin\capnp.exe signtest.exe -signtool sign /v /n /a "%NAME%" /t http://time.certum.pl /fd sha1 signtest.exe +signtool sign /v /n "%NAME%" /t http://time.certum.pl /fd sha1 /a signtest.exe if errorlevel 1 exit /b %errorlevel% signtool verify /pa signtest.exe if errorlevel 1 exit /b %errorlevel% @@ -43,7 +43,7 @@ if "%ARG%" == "sign" ( @echo Signing 64-bit executables and libraries -signtool sign /v /n /a "%NAME%" /t http://time.certum.pl /fd sha1 build_win32\release\*.exe build_win64\release\*.dll +signtool sign /v /n "%NAME%" /t http://time.certum.pl /fd sha1 /a build_win32\release\*.exe build_win64\release\*.dll ) set PATH=%PATH%;"C:\Program Files (x86)\WiX Toolset v3.11\bin" @@ -60,7 +60,7 @@ if "%ARG%" == "sign" ( @echo Signing 64-bit package -signtool sign /v /n /a "%NAME%" /t http://time.certum.pl /fd sha1 tony.msi +signtool sign /v /n "%NAME%" /t http://time.certum.pl /fd sha1 /a tony.msi signtool verify /pa tony.msi )