Re: Jpackage Mac entitlements

2021-04-22 Thread Michael Hall
> On Apr 22, 2021, at 7:41 AM, Andy Herrick wrote: > > > On 4/21/2021 6:15 PM, Michael Hall wrote: >> Reverted to Jdk 16 and temporarily couldn’t figure out why AppleScript >> wasn’t working again. >> >> I needed to provide an entitlement. At jpackage 16 I found I needed to do >> this diff

Re: Jpackage Mac entitlements

2021-04-22 Thread Andy Herrick
On 4/21/2021 6:15 PM, Michael Hall wrote: Reverted to Jdk 16 and temporarily couldn’t figure out why AppleScript wasn’t working again. I needed to provide an entitlement. At jpackage 16 I found I needed to do this differently with a .entitlements file in the resources directory, as I notice

Jpackage Mac entitlements

2021-04-21 Thread Michael Hall
Reverted to Jdk 16 and temporarily couldn’t figure out why AppleScript wasn’t working again. I needed to provide an entitlement. At jpackage 16 I found I needed to do this differently with a .entitlements file in the resources directory, as I noticed in the verbose command output. I had previo