On Thu, 5 Aug 2021 17:07:13 GMT, Andy Herrick <[email protected]> wrote:
>> 8271868: Warn user when using mac-sign option with unsigned app-image.
>
> Andy Herrick has updated the pull request incrementally with one additional
> commit since the last revision:
>
> JDK-8271868: Warn user when using mac-sign option with unsigned app-image.
src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/MacBaseInstallerBundler.java
line 142:
> 140:
> SIGN_BUNDLE.fetchFrom(params)).orElse(Boolean.FALSE)) {
> 141: // if signing bundle with app-image, warn user if
> app-image
> 142: // is not allready signed.
nitpicking: typo "allready" -> "already"
-------------
PR: https://git.openjdk.java.net/jdk/pull/5004