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