Skip to content

Commit 03d96b5

Browse files
committed
fix linux .sh
1 parent 7f64276 commit 03d96b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tika-gui-app/bin/tika-gui.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#TODO: update the script to find the executable, whether it
1919
# is under the jdk name or the aarch Contents/Home/ stuff.
2020
# Can we do anything better than chmod?
21-
if [ ! -d "jre/zulu17.46.19-ca-fx-jre17.0.9-linux_x64" ]
21+
if [ ! -d "jre/zulu17.48.15-ca-fx-jre17.0.10-linux_x64" ]
2222
then
2323
echo "Unpacking zipped jre."
2424
cd jre

0 commit comments

Comments
 (0)