Hi,
I am using a custom signtool.
Is there any way to pass the filename of the file currently expected to be signed to the command line?
The doc show examples such as:
signtool sign /a /d <desc.> /t "http://timestamp.digicert.com" <file_name>
but <file_name> doesn't seem to work.
Right now my ...