update timeserver for win on CI again

This commit is contained in:
Igor Korsukov 2022-03-29 22:28:45 +06:00
parent cb67149eff
commit e92e3a18ba

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 (