fort/deploy/sign/sign-out.bat

9 lines
159 B
Batchfile
Raw Normal View History

2019-12-25 09:57:40 +00:00
@cd %~dp0
@echo off
@set OUT_PATH=..\out\*.exe
2019-12-25 09:57:40 +00:00
@call sign-env-certum.bat
2021-07-30 10:14:21 +00:00
2021-10-07 11:13:52 +00:00
signtool.exe sign /n "%CRT_NAME%" /fd sha256 /tr http://time.certum.pl/ %OUT_PATH%