Allow signing that actually works for Catalina post-1/1/2020.

master
Jay Maynard 2020-01-14 18:25:59 -06:00
parent c93fac05be
commit 6316e6a41c
1 changed files with 1 additions and 1 deletions

View File

@ -1761,7 +1761,7 @@ class DarwinManifest(ViewerManifest):
sign_attempts-=1;
self.run_command(
# Note: See blurb above about names of keychains
['codesign', '--verbose', '--deep', '--force',
['codesign', '--verbose', '--deep', '--force', '--option=runtime',
'--keychain', viewer_keychain, '--sign', identity,
app_in_dmg])
signed=True # if no exception was raised, the codesign worked