Sign the released macOS app
This commit is contained in:
parent
03256d8ac9
commit
89fa2343a6
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue