mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-11 20:05:04 -05: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:
parent
918ef8654e
commit
36d77a8a6a
@ -153,7 +153,7 @@
|
|||||||
<attribute name="dest" />
|
<attribute name="dest" />
|
||||||
<sequential>
|
<sequential>
|
||||||
<exec executable="get-java.sh" dir="${dir.cache}" failonerror="yes">
|
<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>
|
</exec>
|
||||||
<untar src="${dir.cache}/openjdk-${jre.version}_linux-x64_bin.tar.gz" dest="@{dest}" compression="gzip">
|
<untar src="${dir.cache}/openjdk-${jre.version}_linux-x64_bin.tar.gz" dest="@{dest}" compression="gzip">
|
||||||
<patternset refid="pattern.jre" />
|
<patternset refid="pattern.jre" />
|
||||||
|
Loading…
Reference in New Issue
Block a user