mirror of
https://github.com/tnodir/fort
synced 2024-11-15 04:45:59 +00:00
9 lines
145 B
Batchfile
9 lines
145 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 %TS_URL% %OUT_PATH%
|