-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sign all binaries with both signatures and update Zazzles to check those
- Loading branch information
1 parent
5794dee
commit 0852325
Showing
3 changed files
with
67 additions
and
6 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 @@ | ||
@ECHO OFF | ||
REM sign the file... | ||
REM https://support.globalsign.com/customer/en/portal/articles/2958314-dual-code-signing | ||
REM Using signtool.exe from http://cdn1.ksoftware.net/signtool_8.1.zip or full SDK for Win 8.1 | ||
BuildTools\signtool\signtool.exe sign /as /n "FOG Project - Sebastian Roth" /td SHA256 /fd SHA256 %1 | ||
echo SignCodeSec.bat exit code is 0. | ||
exit /b 0 |
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
Binary file not shown.