caxa icon indicating copy to clipboard operation
caxa copied to clipboard

Windows executable can't be code-signed

Open jry2 opened this issue 2 years ago • 0 comments

We would like to code-sign caxa produced executable with "C:\Program Files (x86)\Windows Kits\10\bin\10.0.16299.0\x64\signtool.exe" sign /f "xxxxxx.pfx" /fd sha1 /tr http://timestamp.digicert.com/sha1/timestamp /td sha1 /p xxxxxxx /v %*

unfortunately we are receiving following error while starting it: 2022/08/12 16:32:04 caxa stub: Failed to parse JSON in footer: invalid character '?' looking for beginning of value

jry2 avatar Aug 12 '22 14:08 jry2