mirror of
https://github.com/tnodir/fort
synced 2024-11-15 18:46:59 +00:00
7 lines
218 B
Batchfile
7 lines
218 B
Batchfile
@cd %~dp0
|
|
@echo off
|
|
|
|
@set APP_PATH=..\build\FortFirewall.exe
|
|
|
|
signtool.exe sign /ac "cert\Certum Trusted Network CA.crt" /n "Open Source Developer, Nodir Temirkhodjaev" /fd sha256 /tr http://time.certum.pl/ %APP_PATH%
|