Skip to content

Commit

Permalink
Set sign options for new windows build box
Browse files Browse the repository at this point in the history
  • Loading branch information
9EOR9 committed Aug 3, 2016
1 parent d5762da commit 697a0d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions win/packaging/CMakeLists.txt
Expand Up @@ -54,6 +54,7 @@ IF(WITH_SIGNCODE)
DEPENDS ${MSI_PACKAGE}
COMMAND /tools/sign.bat ${MSI_PACKAGE})
ELSE()
SET(SIGN_OPTIONS "/a /fd sha256 /tr http://sha256timestamp.ws.symantec.com/sha256/timestamp /td sha256 ")
ADD_CUSTOM_TARGET(SIGNMSI
DEPENDS ${MSI_PACKAGE}
COMMAND signtool sign ${SIGN_OPTIONS} ${MSI_PACKAGE})
Expand Down

0 comments on commit 697a0d2

Please sign in to comment.