Sign the released macOS app

This commit is contained in:
Kovid Goyal 2018-05-07 23:04:20 +05:30
parent 03256d8ac9
commit 89fa2343a6
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -38,7 +38,7 @@ def call(*cmd):
def run_build(args):
os.chdir(build_path)
call('./osx kitty')
call('./osx kitty --sign-installers')
call('./osx shutdown')