mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-11-03 20:48:08 -06:00 
			
		
		
		
	tools: build: ensure that driver.cab is properly signed
This commit is contained in:
		@@ -64,6 +64,8 @@ if X%SignedPackage%==X (
 | 
			
		||||
    echo driver-x86.inf >>driver.ddf
 | 
			
		||||
    echo winfsp-x86.sys >>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
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user