fort/deploy/sign/sign-verify.bat

10 lines
139 B
Batchfile
Raw Normal View History

2019-12-25 09:57:40 +00:00
@cd %~dp0
@echo off
@rem ARCH: 64, 32
@set ARCH=%1
@set DRV_PATH=..\build\driver\fortfw%ARCH%.sys
signtool.exe verify /v /kp %DRV_PATH%