> On Apr 17, 2021, at 9:37 AM, Michael Hall <mik3h...@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.

Reply via email to