Use kitty.zip for notarization rather than program.zip
This commit is contained in:
parent
678f2ad073
commit
6161ffec95
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue