changeset 264:d1ab40ef1d9d

Merge branch 'master' of https://github.com/c4dm/qm-vamp-plugins
author Chris Cannam <cannam@all-day-breakfast.com>
date Thu, 06 Feb 2020 14:27:14 +0000
parents 6231733323ea (diff) 6e2e0755fe64 (current diff)
children d68e13abd2cf
files
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/build/msvc/build.cmd	Tue Jan 28 15:28:17 2020 +0000
+++ b/build/msvc/build.cmd	Thu Feb 06 14:27:14 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