fort/deploy/sign/sign-verify.bat
2019-12-25 14:57:40 +05:00

10 lines
139 B
Batchfile

@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%