mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 18:51:41 +02:00
Use kitty.zip for notarization rather than program.zip
This commit is contained in:
@@ -130,7 +130,7 @@ def sign_app(app_dir, notarize):
|
||||
with make_certificate_useable():
|
||||
do_sign(app_dir)
|
||||
if notarize:
|
||||
notarize_app(app_dir)
|
||||
notarize_app(app_dir, 'kitty')
|
||||
|
||||
|
||||
class Freeze(object):
|
||||
|
||||
Reference in New Issue
Block a user