Currently jpackage does not have ability to sign app image provided by user. So, if user wants to modified content of app image before packaging it to PKG/DMG or submitting it to Mac App Store app image needs to be manually signed.
Proposed enhancement is to sign app image in place with following command:
jpackage --type app-image --app-image Test.app --mac-sign ...
Current implementation will give error:
Error: Option [--app-image] is not valid with type [app-image]
Generating DMG or PKG from —app-image with signing enabled will not sign app image as it currently do.
Proposed enhancement is to sign app image in place with following command:
jpackage --type app-image --app-image Test.app --mac-sign ...
Current implementation will give error:
Error: Option [--app-image] is not valid with type [app-image]
Generating DMG or PKG from —app-image with signing enabled will not sign app image as it currently do.
- csr for
-
JDK-8287190 [macos] Add support for signing user provided app image
-
- Closed
-
- relates to
-
JDK-8287971 Throw exception for missing values in .jpackage.xml
-
- Resolved
-
-
JDK-8293462 [macos] app image signature invalid when creating DMG or PKG from post processed signed image
-
- Resolved
-
-
JDK-8273593 [REDO] Warn user when using mac-sign option with unsigned app-image.
-
- Resolved
-
-
JDK-8286122 [macos]: App bundle cannot upload to Mac App Store due to info.plist embedded in java exe
-
- Resolved
-
(2 links to)