On Wed, 28 May 2025 23:01:30 GMT, Alexey Semenyuk <asemen...@openjdk.org> wrote:
>> If the installation directory doesn't exist, jpackage will try to create and >> delete it right after the DMG package is created. > Is this absolutely necessary? Is there a better way? Yes, there is better way. I just figure it out. AppleScript alias command cannot create links to non-existing locations, but shell `ln` command can create it. I updated script to use shell to create link. Most code I added is gone. Can you re-review it? ------------- PR Comment: https://git.openjdk.org/jdk/pull/25481#issuecomment-2920992419