mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
Windows/NSIS installer: use signtool.exe found by CMake
This commit is contained in:
parent
bb8b097c7d
commit
64d271b092
2 changed files with 3 additions and 2 deletions
|
@ -228,6 +228,7 @@ if (WIN32)
|
|||
if (NOT SIGNTOOL)
|
||||
message(FATAL_ERROR "Unable to locate signtool.exe used for code signing")
|
||||
endif()
|
||||
add_definitions(-DSIGNTOOL="${SIGNTOOL}")
|
||||
|
||||
add_custom_command(TARGET ${PROJECT_NAME}
|
||||
POST_BUILD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue