1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-25 09:18:51 -05:00

Support for detached GPG signatures

This commit is contained in:
Reinhard Pointner 2017-04-16 21:14:41 +08:00
parent fb8a600acd
commit 0cd8996628

View File

@ -54,8 +54,8 @@
<sequential> <sequential>
<apply executable="gpg" verbose="yes"> <apply executable="gpg" verbose="yes">
<arg line="--verbose --batch --yes --local-user ${package.maintainer}" /> <arg line="--verbose --batch --yes --local-user ${package.maintainer}" />
<arg line="--sign" unless:true="@{detach}" />
<arg line="--armor --detach-sign" if:true="@{detach}" /> <arg line="--armor --detach-sign" if:true="@{detach}" />
<arg line="--sign" unless:true="@{detach}" />
<srcfile /> <srcfile />
<filesets /> <filesets />
</apply> </apply>