mirror of
https://github.com/tnodir/fort
synced 2024-11-15 13:46:48 +00:00
9 lines
158 B
Batchfile
9 lines
158 B
Batchfile
@cd %~dp0
|
|
@echo off
|
|
|
|
@set APP_PATH=..\build\FortFirewall.exe
|
|
|
|
@call sign-env-certum.bat
|
|
|
|
signtool.exe sign /n "%CRT_NAME%" /fd sha256 /tr %TS_URL% %APP_PATH%
|