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?
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