This commit is contained in:
Marc Beninca 2020-05-01 17:02:46 +02:00
parent a1a644dd69
commit 368deadfeb

View file

@ -36,7 +36,8 @@ def build():
pdf = f'{document}.pdf' pdf = f'{document}.pdf'
run(['gpg', run(['gpg',
'--armor', '--armor',
'--detach-sign', pdf, '--detach-sign',
os.path.join(TMP, pdf),
]) ])
signature = f'{pdf}.asc' signature = f'{pdf}.asc'
for f in [pdf, signature]: for f in [pdf, signature]: