mirror of
https://github.com/tnodir/fort
synced 2024-11-15 14:49:34 +00:00
9 lines
172 B
Batchfile
9 lines
172 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 http://time.certum.pl/ %APP_PATH%
|