# HG changeset patch # User Chris Cannam # Date 1580999222 0 # Node ID 6231733323eac1b1e8adb075fb98ba2125a61614 # Parent 3fa03b4cc3f5a5251ce8d9869ee0742b8d26b3b3 Sign plugins diff -r 3fa03b4cc3f5 -r 6231733323ea build/msvc/build.cmd --- a/build/msvc/build.cmd Mon Jan 27 13:57:47 2020 +0000 +++ b/build/msvc/build.cmd Thu Feb 06 14:27:02 2020 +0000 @@ -66,6 +66,14 @@ msbuild QMVampPlugins.sln /t:Rebuild /p:Configuration=Release if %errorlevel% neq 0 exit /b %errorlevel% +if "%ARG%" == "sign" ( +@echo Signing plugins +signtool sign /v /n "%NAME%" /t http://time.certum.pl /fd sha1 /a Release\qm-vamp-plugins.dll +signtool verify /pa Release\qm-vamp-plugins.dll +signtool sign /v /n "%NAME%" /t http://time.certum.pl /fd sha1 /a x64\Release\qm-vamp-plugins.dll +signtool verify /pa x64\Release\qm-vamp-plugins.dll +) + del qm-vamp-plugins.msi candle -v qm-vamp-plugins.wxs light -ext WixUIExtension -v qm-vamp-plugins.wixobj