mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 15:13:09 +02:00
use fully escaped path for nsis compatibility
This commit is contained in:
parent
256347f6ef
commit
0d2b8f183e
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ macro(SET_PACKAGING_PARAMETERS)
|
|||
|
||||
# check if we need to find signtool
|
||||
if (PRODUCTION_BUILD OR PR_BUILD)
|
||||
find_program(SIGNTOOL_EXECUTABLE signtool PATHS "C:/Program Files (x86)/Windows Kits/8.1" PATH_SUFFIXES "bin/x64")
|
||||
find_program(SIGNTOOL_EXECUTABLE signtool PATHS "C:\\Program\ Files\ (x86)\\Windows\ Kits\\8.1" PATH_SUFFIXES "bin/x64")
|
||||
|
||||
if (NOT SIGNTOOL_EXECUTABLE)
|
||||
message(FATAL_ERROR "Code signing of executables was requested but signtool.exe could not be found.")
|
||||
|
|
Loading…
Reference in a new issue