mirror of
https://github.com/tnodir/fort
synced 2024-11-15 13:06:36 +00:00
9 lines
169 B
Batchfile
9 lines
169 B
Batchfile
@cd %~dp0
|
|
@echo off
|
|
|
|
@set OUT_PATH=..\out\*.exe
|
|
|
|
@call sign-env.bat
|
|
|
|
signtool.exe sign /ac "%CRT_PATH%" /n "%CRT_NAME%" /fd sha256 /tr http://time.certum.pl/ %OUT_PATH%
|