mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Windows packaging : use /d switch to sign MSI, to prevent installer showing randomly generated name in UAC prompt
This commit is contained in:
parent
723488bba1
commit
a92a8cc817
1 changed files with 1 additions and 0 deletions
|
@ -430,6 +430,7 @@ EXECUTE_PROCESS(
|
|||
IF(SIGNCODE)
|
||||
EXECUTE_PROCESS(
|
||||
COMMAND ${SIGNTOOL_EXECUTABLE} sign ${SIGNTOOL_PARAMETERS}
|
||||
/d ${CPACK_PACKAGE_FILE_NAME}.msi
|
||||
${CPACK_PACKAGE_FILE_NAME}.msi
|
||||
)
|
||||
ENDIF()
|
||||
|
|
Loading…
Add table
Reference in a new issue