On Sat, 3 May 2025 15:51:39 GMT, Michael Hall <mik3h...@gmail.com> wrote:
> After creating the app image we put additional content in it under Resources. > That probably affects the integrity? of the whole stuff Right, if you modify the app image, you need to resign it. I'm glad you figured out a workaround. But ideally, you should be able to pass additional content to jpackage with `--app-content`, and it should produce a notarizable signed app image without extra steps on the user's side. Unfortunately, it doesn't. ------------- PR Comment: https://git.openjdk.org/jdk/pull/21698#issuecomment-2848798298