build/sign
This commit is contained in:
parent
65d3edf789
commit
18e5f43e55
1 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,10 @@ def build():
|
||||||
run(command)
|
run(command)
|
||||||
pdf = f'{document}.pdf'
|
pdf = f'{document}.pdf'
|
||||||
os.rename(os.path.join(TMP, pdf), pdf)
|
os.rename(os.path.join(TMP, pdf), pdf)
|
||||||
|
run(['gpg',
|
||||||
|
'--armor',
|
||||||
|
'--clear-sign', pdf,
|
||||||
|
])
|
||||||
|
|
||||||
|
|
||||||
def clean():
|
def clean():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue