fix double signatures
This commit is contained in:
parent
463c9debe7
commit
337f1fad3f
@ -397,6 +397,8 @@ def files_for_upload() -> Dict[str, str]:
|
|||||||
signatures[path] = f'GPG signature for {desc}'
|
signatures[path] = f'GPG signature for {desc}'
|
||||||
b = len(files)
|
b = len(files)
|
||||||
for path in glob.glob('build/static/kitty-tool-*'):
|
for path in glob.glob('build/static/kitty-tool-*'):
|
||||||
|
if path.endswith('.sig'):
|
||||||
|
continue
|
||||||
path = os.path.abspath(path)
|
path = os.path.abspath(path)
|
||||||
exe_name = os.path.basename(path)
|
exe_name = os.path.basename(path)
|
||||||
files[path] = f'Static {exe_name} executable'
|
files[path] = f'Static {exe_name} executable'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user