1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Add entry for windows signature

It's not officially supported by CPack, but I use a hack for that.
This commit is contained in:
Mathieu Schroeter 2017-10-31 09:51:21 +01:00
parent 503ed8ce7f
commit a2b95775d4

View File

@ -316,6 +316,7 @@ if ("${CMAKE_BUILD_TYPE}" STREQUAL "Release" AND "${STATIC_BUILD}")
set (CPACK_NSIS_INSTALLED_ICON_NAME "bin\\\\planetblupi.exe")
set (CPACK_NSIS_URL_INFO_ABOUT "http://www.blupi.org")
set (CPACK_NSIS_MUI_FINISHPAGE_RUN "planetblupi")
set (CPACK_NSIS_SIGN_UNINSTALLER "sign -a -fd sha1 -t http://time.certum.pl -v")
include (CPack)
find_program (SIGNTOOL_EXECUTABLE signtool)