sign/tmp
This commit is contained in:
parent
a1a644dd69
commit
368deadfeb
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ def build():
|
|||
pdf = f'{document}.pdf'
|
||||
run(['gpg',
|
||||
'--armor',
|
||||
'--detach-sign', pdf,
|
||||
'--detach-sign',
|
||||
os.path.join(TMP, pdf),
|
||||
])
|
||||
signature = f'{pdf}.asc'
|
||||
for f in [pdf, signature]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue