We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f73ccb6 commit c62b4c2Copy full SHA for c62b4c2
Makefile
@@ -183,7 +183,7 @@ ISCC_PARAMS += //DsAppBuildNumber=$(BUILD_NUMBER)
183
ifdef ENABLE_SIGNING
184
ISCC_PARAMS += //DENABLE_SIGNING=1
185
endif
186
-ISCC_PARAMS += //S"byparam=signtool.exe sign /v /n $(firstword $(PUBLISHER_NAME)) /t http://timestamp.verisign.com/scripts/timstamp.dll \$$f"
+ISCC_PARAMS += //S"byparam=signtool.exe sign /v /n $(firstword $(PUBLISHER_NAME)) /t http://timestamp.digicert.com \$$f"
187
188
DEB_DEPS += deb/debian/changelog
189
DEB_DEPS += deb/debian/config
0 commit comments