fort/deploy/sign/sign-out.bat

9 lines
145 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
signtool.exe sign /n "%CRT_NAME%" /fd sha256 /tr %TS_URL% %OUT_PATH%