mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
Change timestamp server for code signing on Windows du to defunc servers from verisign to a more reliable server
This commit is contained in:
parent
cd15f95fce
commit
ab4741fb1e
1 changed files with 1 additions and 1 deletions
|
|
@ -384,7 +384,7 @@ if(${ENABLE_APP_PACKAGING})
|
|||
|
||||
if(LINPHONE_WINDOWS_SIGNING_DIR)
|
||||
# Sign the installer.
|
||||
set(TIMESTAMP_URL "http://timestamp.globalsign.com/scripts/timstamp.dll")
|
||||
set(TIMESTAMP_URL "http://timestamp.digicert.com")
|
||||
set(PFX_FILE "${LINPHONE_WINDOWS_SIGNING_DIR}/linphone.pfx")
|
||||
set(PASSPHRASE_FILE "${LINPHONE_WINDOWS_SIGNING_DIR}/passphrase.txt")
|
||||
get_filename_component(WINSDK_DIR "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Microsoft SDKs\\Windows;CurrentInstallFolder]" REALPATH CACHE)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue