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

Fix missing sha256 for win signature

This commit is contained in:
Mathieu Schroeter 2023-06-25 15:37:52 +02:00
parent e81024089d
commit 7ff45eacde

View File

@ -414,7 +414,7 @@ if ("${CMAKE_BUILD_TYPE}" STREQUAL "Release" AND "${STATIC_BUILD}")
add_custom_command (TARGET planetblupi
POST_BUILD
COMMAND ${SIGNTOOL_EXECUTABLE}
sign -a -fd sha1 -t http://time.certum.pl
sign -a -fd sha256 -t http://time.certum.pl
"${CMAKE_BINARY_DIR}/${INSTALLER_FILE_NAME}.exe")
endif ()
elseif (APPLE)