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:
parent
e81024089d
commit
7ff45eacde
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user