mirror of
https://git.suyu.dev/suyu/discord-rpc.git
synced 2026-01-07 23:18:55 +01:00
Move the signing stuff out of cmake
This commit is contained in:
parent
8cae35ea46
commit
b01d0a8af3
3 changed files with 32 additions and 40 deletions
|
|
@ -130,7 +130,3 @@ 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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue