Skip to content

Commit

Permalink
Add installer sign script
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Chamley committed Jan 30, 2015
1 parent b25fb50 commit 1cc8883
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dokan_install/sign.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
REM Internal script to sign installer binary before publishing a release on github
REM This will *NOT* work on your computer without the excepted driver signing certificate!

REM Because of various code signing certificates on our build machines, this script use explicitly a code signing certificate issued by GoDaddy (/i Daddy).

REM Sign exe files
signtool sign /v /i Daddy /t http://timestamp.verisign.com/scripts/timstamp.dll *.exe

0 comments on commit 1cc8883

Please sign in to comment.