1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

Revert to amd64 only DEB package due to JavaFX native dependencies

https://www.filebot.net/forums/viewtopic.php?f=11&t=6028&p=40242#p40241
This commit is contained in:
Reinhard Pointner 2018-11-28 23:20:34 +07:00
parent 918ef8654e
commit 36d77a8a6a

View File

@ -153,7 +153,7 @@
<attribute name="dest" />
<sequential>
<exec executable="get-java.sh" dir="${dir.cache}" failonerror="yes">
<arg line="get jre x86_64 Linux" />
<arg line="get jdk x86_64 Linux" />
</exec>
<untar src="${dir.cache}/openjdk-${jre.version}_linux-x64_bin.tar.gz" dest="@{dest}" compression="gzip">
<patternset refid="pattern.jre" />