mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-17 22:14:53 +02:00
Prefix by GPG signature instead
This commit is contained in:
@@ -350,7 +350,7 @@ def run_upload(args: Any) -> None:
|
|||||||
if not os.path.exists(path):
|
if not os.path.exists(path):
|
||||||
raise SystemExit(f'The installer {path} does not exist')
|
raise SystemExit(f'The installer {path} does not exist')
|
||||||
files[path] = desc
|
files[path] = desc
|
||||||
signatures[path] = desc + ' GPG signature'
|
signatures[path] = f'GPG signature for {desc}'
|
||||||
files[f'build/kitty-{version}.tar.xz'] = 'Source code'
|
files[f'build/kitty-{version}.tar.xz'] = 'Source code'
|
||||||
files[f'build/kitty-{version}.tar.xz.sig'] = 'Source code GPG signature'
|
files[f'build/kitty-{version}.tar.xz.sig'] = 'Source code GPG signature'
|
||||||
for path, desc in signatures.items():
|
for path, desc in signatures.items():
|
||||||
|
|||||||
Reference in New Issue
Block a user