fort/deploy/sign/sign-out.bat
2021-07-30 13:14:21 +03:00

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%