Use kitty.zip for notarization rather than program.zip

This commit is contained in:
Kovid Goyal 2024-12-15 12:20:20 +05:30
parent 678f2ad073
commit 6161ffec95
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -130,7 +130,7 @@ def sign_app(app_dir, notarize):
with make_certificate_useable(): with make_certificate_useable():
do_sign(app_dir) do_sign(app_dir)
if notarize: if notarize:
notarize_app(app_dir) notarize_app(app_dir, 'kitty')
class Freeze(object): class Freeze(object):