mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 01:05:48 +02:00
Sign kitty-tool on macOS
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user