mirror of
https://github.com/tnodir/fort
synced 2024-11-15 12:56:16 +00:00
9 lines
172 B
Batchfile
9 lines
172 B
Batchfile
@cd %~dp0
|
|
@echo off
|
|
|
|
@set CAB_PATH=..\driver-cab\fortfw*.cab
|
|
|
|
@call sign-env-certum.bat
|
|
|
|
signtool.exe sign /n "%CRT_NAME%" /fd sha256 /tr http://time.certum.pl/ %CAB_PATH%
|