1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-23 08:18:52 -05:00

gpg --verify doesn't actually work the way any sane person would think...

This commit is contained in:
Reinhard Pointner 2018-06-28 23:55:51 +07:00
parent 2b1bc29d60
commit 74908608b1

View File

@ -530,7 +530,7 @@
<tarfileset prefix="lib/x86_64" dir="${dir.lib}/native/linux-amd64" includes="*.so" /> <tarfileset prefix="lib/x86_64" dir="${dir.lib}/native/linux-amd64" includes="*.so" />
<!-- include maintainer public key --> <!-- include maintainer public key -->
<tarfileset dir="${dir.installer}/gpg" includes="maintainer.pub" /> <tarfileset dir="${dir.installer}/gpg" includes="maintainer.gpg" />
</tar> </tar>
</target> </target>