File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments