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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorDominik Schmidt <dev@dominik-schmidt.de>2019-01-30 01:48:48 +0300
committerMarkus Goetz <markus@woboq.com>2019-02-05 11:48:30 +0300
commitbd0190676f02e8cb354be6555ac96d18651e7141 (patch)
tree42dde3ef73d12e08004166092b0ed4d28f7cd2da /admin
parentfc9c23c287748eebf306646ba94e93b22ce6b758 (diff)
Sign Autoupdate.app
Diffstat (limited to 'admin')
-rwxr-xr-xadmin/osx/sign_app.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/osx/sign_app.sh b/admin/osx/sign_app.sh
index 57e29cc95..e909f66d7 100755
--- a/admin/osx/sign_app.sh
+++ b/admin/osx/sign_app.sh
@@ -6,6 +6,7 @@ src_app="$1"
identity="$2"
team_identifier="$3"
+codesign -s "$identity" --force --preserve-metadata=entitlements --verbose=4 --options runtime --deep "$src_app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app"
codesign -s "$identity" --force --preserve-metadata=entitlements --verbose=4 --options runtime --deep "$src_app"
# Verify the signature