Sign kitty-tool on macOS

This commit is contained in:
Kovid Goyal
2022-11-15 11:32:12 +05:30
parent 737919505d
commit 1958d67847

View File

@@ -113,6 +113,9 @@ def do_sign(app_dir):
codesign(fw)
items = set(os.listdir('.')) - fw
codesign(expand_dirs(items))
# Sign kitty-tool
with current_dir('MacOS'):
codesign('kitty-tool')
# Now sign the main app
codesign(app_dir)