fort/deploy/sign/sign-app.bat

9 lines
182 B
Batchfile
Raw Normal View History

2020-01-03 09:12:13 +00:00
@cd %~dp0
@echo off
@set APP_PATH=..\build\FortFirewall.exe
2021-07-30 10:14:21 +00:00
@call sign-env.bat
signtool.exe sign /ac "%CRT_PATH%" /n "%CRT_NAME%" /fd sha256 /tr http://time.certum.pl/ %APP_PATH%