Skip to content
Snippets Groups Projects
Commit 7a2cfdc9 authored by Oz Linden's avatar Oz Linden
Browse files

add --deep to codesign for the mac

parent 6c53ae53
No related branches found
No related tags found
No related merge requests found
......@@ -883,7 +883,7 @@ def package_finish(self):
try:
sign_attempts-=1;
self.run_command(
'codesign --verbose --force --keychain "%(home_path)s/Library/Keychains/viewer.keychain" --sign %(identity)r %(bundle)r' % {
'codesign --verbose --deep --force --keychain "%(home_path)s/Library/Keychains/viewer.keychain" --sign %(identity)r %(bundle)r' % {
'home_path' : home_path,
'identity': identity,
'bundle': self.get_dst_prefix()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment