mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-23 16:28:51 -05:00
Change build order to work around BouncyCastle issues
e.g. Failed to compute PGP signature: org.bouncycastle.openpgp.PGPException: exception on setup: java.security.NoSuchAlgorithmException: no such algorithm: SHA1 for provider BC
This commit is contained in:
parent
b2522f4a83
commit
d1a5c01037
@ -748,7 +748,7 @@
|
|||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
||||||
<target name="stage-release" depends="fatjar, portable, ipkg, deb, spk, appbundle, msi">
|
<target name="stage-release" depends="fatjar, spk, deb, ipkg, portable, appbundle, msi">
|
||||||
<!-- ensure clean release dir -->
|
<!-- ensure clean release dir -->
|
||||||
<delete dir="${dir.release}" />
|
<delete dir="${dir.release}" />
|
||||||
<mkdir dir="${dir.release}" />
|
<mkdir dir="${dir.release}" />
|
||||||
|
Loading…
Reference in New Issue
Block a user