Skip to content

Commit f875593

Browse files
metsmamrts
authored andcommitted
Update code signature timestamping URL-s
IB-7900 Signed-off-by: Raul Metsma <[email protected]>
1 parent 284c880 commit f875593

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/cmake-windows.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545

4646
- name: Install WiX
4747
run: |
48-
dotnet tool install --global wix --version 5.0.0
49-
wix extension -g add WixToolset.UI.wixext/5.0.0
50-
wix extension -g add WixToolset.Util.wixext/5.0.0
51-
wix extension -g add WixToolset.BootstrapperApplications.wixext/5.0.0
48+
dotnet tool install --global wix --version 5.0.1
49+
wix extension -g add WixToolset.UI.wixext/5.0.1
50+
wix extension -g add WixToolset.Util.wixext/5.0.1
51+
wix extension -g add WixToolset.BootstrapperApplications.wixext/5.0.1
5252
5353
- name: Configure
5454
run: |

src/app/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ if(WIN32)
6262
)
6363
if(SIGNCERT)
6464
list(APPEND SIGNCMD signtool.exe sign /a /v /s MY /n "${SIGNCERT}" /fd SHA256
65-
/du http://installer.id.ee /tr http://sha256timestamp.ws.symantec.com/sha256/timestamp /td SHA256)
65+
/du http://installer.id.ee /tr http://timestamp.digicert.com /td SHA256)
6666
add_custom_command(TARGET web-eid POST_BUILD
6767
COMMAND ${SIGNCMD} "$<$<BOOL:${CROSSSIGNCERT}>:/ph;/ac;${CROSSSIGNCERT}>" $<TARGET_FILE:web-eid>
6868
COMMAND_EXPAND_LISTS

0 commit comments

Comments
 (0)