From 89fa2343a6fa211589342a554f8efec9143bd1b3 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 7 May 2018 23:04:20 +0530 Subject: [PATCH] Sign the released macOS app --- publish.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.py b/publish.py index e4583ed6f..a3be8b2a7 100755 --- a/publish.py +++ b/publish.py @@ -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')