fort/deploy/sign/sign-app.bat

9 lines
172 B
Batchfile
Raw Normal View History

2020-01-03 09:12:13 +00:00
@cd %~dp0
@echo off
@set APP_PATH=..\build\FortFirewall.exe
@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/ %APP_PATH%