Subversion Repositories autosfx

Rev

View as "text/x-msdos-batch" | Blame | Last modification | View Log | RSS feed

  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"
  11.