On 2018-02-12T11:44:07 +
Mark Raynsford wrote:
> Hello!
>
> As a long time Java developer, I've only ever had to deal with signing
> jar files. I can obviously sign jar files once on whatever platform I
> choose to use to build the code, and then distribute the jars to all
> platforms. Build
2018/2/12 3:44:07 -0800, Mark Raynsford :
> ...
>
> Are there any plans to implement anything that's capable of signing
> macOS binaries and resources in a platform-independent way so that
> jlink-produced distributions can work without warnings?
No.
>
Hello!
As a long time Java developer, I've only ever had to deal with signing
jar files. I can obviously sign jar files once on whatever platform I
choose to use to build the code, and then distribute the jars to all
platforms. Build once, run everywhere, etc.
However, now that jlink exists, as a