wip more build script, add signing
This commit is contained in:
@ -128,3 +128,7 @@ install(
|
||||
"../include/discord-rpc.h"
|
||||
DESTINATION "include"
|
||||
)
|
||||
|
||||
if (SIGNTOOL_EXECUTABLE)
|
||||
install(CODE "execute_process(COMMAND python ${CMAKE_SOURCE_DIR}/build.py sign --tool \"${SIGNTOOL_EXECUTABLE}\" \"${CMAKE_INSTALL_PREFIX}/bin\")")
|
||||
endif(SIGNTOOL_EXECUTABLE)
|
||||
|
Reference in New Issue
Block a user