mirror of
https://github.com/tnodir/fort
synced 2024-11-15 11:25:08 +00:00
10 lines
139 B
Batchfile
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%
|