Skip to content

Commit

Permalink
Add code signing for Windows command.
Browse files Browse the repository at this point in the history
Signed-off-by: Reimar Döffinger <[email protected]>
  • Loading branch information
rdoeffinger committed Jun 24, 2015
1 parent 8548476 commit afd334b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ EXTRA_DIST = \

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA= libiec16022.pc

%.signed.exe: %.exe
osslsigncode sign -ts http://www.startssl.com/timestamp -certs $(SIGNKEY).crt -key $(SIGNKEY).key -in $^ -out $@

0 comments on commit afd334b

Please sign in to comment.