mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 08:47:47 +02:00
Sign the released macOS app
This commit is contained in:
@@ -38,7 +38,7 @@ def call(*cmd):
|
|||||||
|
|
||||||
def run_build(args):
|
def run_build(args):
|
||||||
os.chdir(build_path)
|
os.chdir(build_path)
|
||||||
call('./osx kitty')
|
call('./osx kitty --sign-installers')
|
||||||
call('./osx shutdown')
|
call('./osx shutdown')
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user