mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
fix double signatures
This commit is contained in:
parent
463c9debe7
commit
337f1fad3f
1 changed files with 2 additions and 0 deletions
|
|
@ -397,6 +397,8 @@ def files_for_upload() -> Dict[str, str]:
|
|||
signatures[path] = f'GPG signature for {desc}'
|
||||
b = len(files)
|
||||
for path in glob.glob('build/static/kitty-tool-*'):
|
||||
if path.endswith('.sig'):
|
||||
continue
|
||||
path = os.path.abspath(path)
|
||||
exe_name = os.path.basename(path)
|
||||
files[path] = f'Static {exe_name} executable'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue