Use calibre.zip rather than program.zip for notarization

This commit is contained in:
Kovid Goyal 2024-12-15 12:22:05 +05:30
parent 743c457c4b
commit b4533c3de5
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -102,4 +102,4 @@ def sign_app(appdir, notarize):
with make_certificate_useable():
do_sign_app(appdir)
if notarize:
notarize_app(appdir)
notarize_app(appdir, 'calibre')