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 4b56814 commit cc05482Copy full SHA for cc05482
Makefile
@@ -202,7 +202,7 @@ ISCC_PARAMS += //DsAppBuildNumber=$(BUILD_NUMBER)
202
ifdef ENABLE_SIGNING
203
ISCC_PARAMS += //DENABLE_SIGNING=1
204
endif
205
-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"
206
207
DEB_DEPS += deb/debian/changelog
208
DEB_DEPS += deb/debian/config
0 commit comments