Subversion Repositories autosfx

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 daniel-mar 1
@echo off
2
 
3
rem SET TSA=http://timestamp.verisign.com/scripts/timstamp.dll
4
SET TSA=http://time.certum.pl/
5
 
6
SET NAME=ViaThinkSoft OpenSource Application
7
SET URL=http://www.viathinksoft.de/
8
 
9
echo Signing "%~f1"
10
signtool sign -d "%NAME%" -du "%URL%" -a -t "%TSA%" "%~f1"