tools: build: ensure that driver.cab is properly signed

This commit is contained in:
Bill Zissimopoulos 2017-01-09 12:56:13 -08:00
parent 7c2de68892
commit 6f22828060

View File

@ -64,6 +64,8 @@ if X%SignedPackage%==X (
echo driver-x86.inf >>driver.ddf echo driver-x86.inf >>driver.ddf
echo winfsp-x86.sys >>driver.ddf echo winfsp-x86.sys >>driver.ddf
makecab /F driver.ddf makecab /F driver.ddf
signtool sign /ac %CrossCert% /i %Issuer% /n %Subject% /t http://timestamp.digicert.com driver.cab
if errorlevel 1 set /a signfail=signfail+1
popd popd
) )