Skip to content

Commit c62b4c2

Browse files
authored
Change timestamp server (#156)
1 parent f73ccb6 commit c62b4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ ISCC_PARAMS += //DsAppBuildNumber=$(BUILD_NUMBER)
183183
ifdef ENABLE_SIGNING
184184
ISCC_PARAMS += //DENABLE_SIGNING=1
185185
endif
186-
ISCC_PARAMS += //S"byparam=signtool.exe sign /v /n $(firstword $(PUBLISHER_NAME)) /t http://timestamp.verisign.com/scripts/timstamp.dll \$$f"
186+
ISCC_PARAMS += //S"byparam=signtool.exe sign /v /n $(firstword $(PUBLISHER_NAME)) /t http://timestamp.digicert.com \$$f"
187187

188188
DEB_DEPS += deb/debian/changelog
189189
DEB_DEPS += deb/debian/config

0 commit comments

Comments
 (0)