From 91223e764aa7bfadb811c148a6be1b22408312b2 Mon Sep 17 00:00:00 2001 From: jimgoog Date: Tue, 19 Jan 2021 00:32:07 -0800 Subject: [PATCH] Add link to jpackage docs for signing (#288) --- tutorials/Native_distributions_and_local_execution/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tutorials/Native_distributions_and_local_execution/README.md b/tutorials/Native_distributions_and_local_execution/README.md index 88dc077bb5..8fba076881 100755 --- a/tutorials/Native_distributions_and_local_execution/README.md +++ b/tutorials/Native_distributions_and_local_execution/README.md @@ -83,7 +83,9 @@ To temporarily work around this issue, users can try a couple of things (after d * `sudo spctl --master-disable` * Try right-clicking on the app, and select "Open", then when the dialog pops up, select "Open" again. -A more correct fix is to manually sign & notarize the application: [Apple's Guide on Signing & Notarizing Applications](https://developer.apple.com/documentation/xcode/notarizing_macos_software_before_distribution) +A more correct fix is to manually sign & notarize the application: +* [Apple's Guide on Signing & Notarizing Applications](https://developer.apple.com/documentation/xcode/notarizing_macos_software_before_distribution) +* [JPackage Documentation on Signing MacOS Applications](https://docs.oracle.com/en/java/javase/15/jpackage/support-application-features.html#GUID-8D9F0607-91F4-4070-8823-02FCAB12238D) ## Customizing JDK version