beryx / badass-jlink-plugin

Create a custom runtime image of your modular application
https://badass-jlink-plugin.beryx.org
Apache License 2.0
386 stars 27 forks source link

Code signing merged jars \ windows executable #206

Open ZAV79 opened 2 years ago

ZAV79 commented 2 years ago

I am using the plugin in IntelliJ Idea to package an app for windows, with msi installer.

I have a code signing certificate, and can sign the resulting .msi after the jpackage configuration has finished running, so that the installer is signed, but how can I sign the .exe and merged jars that will be installed before they are packaged into the .msi?

Thanks