ebourg / jsign

Java implementation of Microsoft Authenticode for signing Windows executables, installers & scripts
https://ebourg.github.io/jsign
Apache License 2.0
259 stars 108 forks source link

Github release for jsign 4.1 #113

Closed zhovner closed 1 year ago

zhovner commented 2 years ago

Thank you for the great tool! Jsign version 4.1 works like a charm with Yubikey from ssl.com

But it's quite difficult to build it using mvn, so please make a github release of 4.1 version.

bse-sja commented 2 years ago

I 2nd the request for a github release of 4.1 version. Alternately are there build instructions or a docker container ?

bse-sja commented 2 years ago

Turns out by using maven docker image, the build is easy:

git clone https://github.com/ebourg/jsign.git cd jsign docker run -it --rm --name my-maven-project -v "$(pwd)":/usr/src/mymaven -w /usr/src/mymaven maven:3.3-jdk-8 mvn clean install