From 4198060a46c90beb8840a1dd37ec6a67c8c20fbb Mon Sep 17 00:00:00 2001 From: Nikolay Igotti Date: Wed, 3 Feb 2021 10:41:36 +0300 Subject: [PATCH] Update README.md --- tutorials/Signing_and_notarization_on_macOS/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tutorials/Signing_and_notarization_on_macOS/README.md b/tutorials/Signing_and_notarization_on_macOS/README.md index 6f1e4688..e0f409e5 100644 --- a/tutorials/Signing_and_notarization_on_macOS/README.md +++ b/tutorials/Signing_and_notarization_on_macOS/README.md @@ -187,6 +187,8 @@ The following Gradle properties can be used instead of DSL properties: * `compose.desktop.mac.signing.identity` overrides the `identity` DSL property. * `compose.desktop.mac.signing.keychain` overrides the `keychain` DSL property. +Those properties could be stored in `$HOME/.gradle/gradle.properties` to use across multiple applications. + ### Configuring notarization settings ``` kotlin @@ -211,9 +213,9 @@ macOS { ## Using Gradle The following tasks are available: -* Use `createDistributable` or `package` to get a signed application +* Use `createDistributable` or `packageDmg` to get a signed application (no separate step is required). -* Use `notarize` to upload an application for notarization. +* Use `notarizeDmg` to upload an application for notarization. Once the upload finishes, a `RequestUUID` will be printed. The notarization process takes some time. Once the notarization process finishes, an email will be sent to you.