Switch over to the new code signing certificate

This commit is contained in:
Cameron Gutman 2024-06-29 17:02:33 -05:00
parent 335ed0e8e6
commit d184730a82
2 changed files with 2 additions and 2 deletions

View File

@ -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%

View File

@ -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%