mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
Sign kitty-tool on macOS
This commit is contained in:
parent
737919505d
commit
1958d67847
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue