Emmanuel Bourg
Emmanuel Bourg
@tresf Thank you for the feedback, I think I can close the issue now.
> many thanks for your efforts making jsign as an alternative to the pain known as signtool! You're welcome :) > I seem to have come across an issue where...
@drew-512 Did any of the suggestions work?
I'm unable to reproduce the issue. Do you think you could share a minimal script triggering the error?
Did you try to replace `$TARGET_FILE` with `$1` to see if `cygpath` is causing this issue?
@tresf Good catch, thank you. Do you want to contribute a PR for `jsign.cmd`?
@drew-512 Thank you for the feedback! Closing the issue now.
The API can be modified if necessary, but have you checked out the new [tagging](https://ebourg.github.io/jsign/#tagging) feature of Jsign 7.0? You can now embed arbitrary data into the signature without invalidating...
The API is in the SignerHelper class but it's package private. I plan to make this class public at some point, but in the meantime you can simply call JsignCLI...
What do you dislike? If SignerHelper was public it wouldn't be that different: ``` SignerHelper helper = new SignerHelper(); helper.value("userid:1234-ABCD-5678-EFGH").tag(signedFile) ```