mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
328f6231c5
commit
59fcd4d823
@ -23,7 +23,7 @@ def codesign(items):
|
|||||||
# If you get errors while codesigning that look like "A timestamp was
|
# If you get errors while codesigning that look like "A timestamp was
|
||||||
# expected but not found" it means that codesign failed to contact Apple's time
|
# expected but not found" it means that codesign failed to contact Apple's time
|
||||||
# servers, probably due to network congestion, so add --timestamp=none to
|
# servers, probably due to network congestion, so add --timestamp=none to
|
||||||
# this command line. That means the signature will fail one your code
|
# this command line. That means the signature will fail once your code
|
||||||
# signing key expires and key revocation wont work, but...
|
# signing key expires and key revocation wont work, but...
|
||||||
subprocess.check_call(['codesign', '-s', 'Kovid Goyal'] + list(items))
|
subprocess.check_call(['codesign', '-s', 'Kovid Goyal'] + list(items))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user