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