update timeserver for win on CI again

This commit is contained in:
Igor Korsukov 2022-03-29 22:28:45 +06:00 committed by vpereverzev
parent 3b8728d034
commit cafefd7689
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ IF %DO_SIGN% == ON (
for /f "delims=" %%f in ('dir /a-d /b /s "%INSTALL_DIR%\*.dll" "%INSTALL_DIR%\*.exe"') do (
ECHO "Signing %%f"
%SIGNTOOL% sign /debug /f "build\ci\windows\resources\musescore.pfx" /t http://timestamp.globalsign.com/scripts/timestamp.dll /p %SIGN_CERTIFICATE_PASSWORD% "%%f"
%SIGNTOOL% sign /debug /f "build\ci\windows\resources\musescore.pfx" /t http://timestamp.digicert.com /p %SIGN_CERTIFICATE_PASSWORD% "%%f"
)
) ELSE (