-
Notifications
You must be signed in to change notification settings - Fork 668
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Maxime Chamley
committed
Jan 30, 2015
1 parent
b25fb50
commit 1cc8883
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |