fort/deploy/sign/sign-driver.bat

12 lines
221 B
Batchfile
Raw Normal View History

2019-12-25 09:57:40 +00:00
@cd %~dp0
@echo off
@rem ARCH: x86, x86_64
2019-12-25 09:57:40 +00:00
@set ARCH=%1
@set DRV_PATH=..\build\driver\%ARCH%\fortfw.sys
2019-12-25 09:57:40 +00:00
@call sign-env-sectigo.bat
2021-07-30 10:14:21 +00:00
signtool.exe sign /ac "%CRT_PATH%" /n "%CRT_NAME%" /fd sha256 /tr %TS_URL% %DRV_PATH%