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

github.com/apache/directory-studio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Seelmann <mail@stefan-seelmann.de>2020-04-12 20:35:13 +0300
committerStefan Seelmann <mail@stefan-seelmann.de>2020-04-12 20:35:13 +0300
commit3f36a336cbed38d6937c61d4e62e86704928ee0e (patch)
tree83d6718107241efb04310fcc09d9cf74256097e9 /installers
parent0dbb678a273e9146084cccffa4253db3aa20987d (diff)
Fix hard-coded Apple signing key, move to env variable, update readme
Diffstat (limited to 'installers')
-rwxr-xr-xinstallers/macos/src/dmg/createDMG.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/installers/macos/src/dmg/createDMG.sh b/installers/macos/src/dmg/createDMG.sh
index 7f81b1c98..0626ec193 100755
--- a/installers/macos/src/dmg/createDMG.sh
+++ b/installers/macos/src/dmg/createDMG.sh
@@ -39,7 +39,7 @@ mv DS_Store dmg/.DS_Store
ln -s /Applications dmg/Applications
# Codesign the App with the ASF key, and verify
-codesign --force --deep -s 2GLGAFWEQD dmg/ApacheDirectoryStudio.app
+codesign --force --deep -s ${APPLE_SIGNING_ID} dmg/ApacheDirectoryStudio.app
codesign -dv --verbose=4 dmg/ApacheDirectoryStudio.app
# Creating the disk image