Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Skovhede <kenneth@hexad.dk>2019-10-31 15:22:45 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2019-10-31 15:22:45 +0300
commit3c391140623d5a713dd852456ca77d04b0bdef88 (patch)
tree673018f37ffbb442b96d5f8a4400e6042711337a /Installer
parent86776d83bc106a5c390317a5961d560d416c4f8b (diff)
Clarified the notarizing/stapling comment
Diffstat (limited to 'Installer')
-rw-r--r--Installer/OSX/make-dmg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Installer/OSX/make-dmg.sh b/Installer/OSX/make-dmg.sh
index ed3accd61..021fce0bb 100644
--- a/Installer/OSX/make-dmg.sh
+++ b/Installer/OSX/make-dmg.sh
@@ -240,7 +240,7 @@ if [ "x${NOTARIZE_USERNAME}" != "x" ]; then
echo "Notarizing dmg package for MacOS Gatekeeper"
xcrun altool --notarize-app --primary-bundle-id "com.duplicati.app" --username "${NOTARIZE_USERNAME}" --password "${NOTARIZE_PASSWORD}" --file "${OUTPUT_DMG}"
- # We want to notarize the builds, but the delay is more than one hour,
+ # We want to staple the notarized builds, but the delay is more than one hour,
# so we would need to wait for the signing to complete before we
# can staple and compute the hash/signature of the archive