Switch over to the new code signing certificate
This commit is contained in:
parent
335ed0e8e6
commit
d184730a82
2 changed files with 2 additions and 2 deletions
|
|
@ -88,7 +88,7 @@ if not x%QT_PATH:_arm64=%==x%QT_PATH% (
|
|||
|
||||
echo Detected target architecture: %ARCH%
|
||||
|
||||
set SIGNTOOL_PARAMS=sign /tr http://timestamp.digicert.com /td sha256 /fd sha256 /sha1 b28642b756ebec4884d1063dfa4de803a6dcecdc /v
|
||||
set SIGNTOOL_PARAMS=sign /tr http://timestamp.digicert.com /td sha256 /fd sha256 /sha1 8b9d0d682ad9459e54f05a79694bc10f9876e297 /v
|
||||
|
||||
set BUILD_ROOT=%cd%\build
|
||||
set SOURCE_ROOT=%cd%
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ if /I "%BUILD_CONFIG%"=="debug" (
|
|||
)
|
||||
)
|
||||
|
||||
set SIGNTOOL_PARAMS=sign /tr http://timestamp.digicert.com /td sha256 /fd sha256 /sha1 b28642b756ebec4884d1063dfa4de803a6dcecdc /v
|
||||
set SIGNTOOL_PARAMS=sign /tr http://timestamp.digicert.com /td sha256 /fd sha256 /sha1 8b9d0d682ad9459e54f05a79694bc10f9876e297 /v
|
||||
|
||||
set BUILD_ROOT=%cd%\build
|
||||
set SOURCE_ROOT=%cd%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue