jpackage bugs
Michael Hall
mik3hall at gmail.com
Sat Apr 17 16:39:11 UTC 2021
> On Apr 17, 2021, at 9:37 AM, Michael Hall <mik3hall at gmail.com> wrote:
>
> So apparently ‘cp’ is not a good idea on a signed application. At least not on a signed java one.
Fyi for anyone who wants to copy a Mac signed java app from a script or maybe from java Runtime. Instead of…
cp -r /Volumes/HalfPipe/HalfPipe.app outputdir/HalfPipe.app
this…
ditto /Volumes/HalfPipe outputdir
Copies and still codesign verifies.
More information about the core-libs-dev
mailing list