Merge pull request #297 from DioEgizio/patch-1

bundle jre8u312 instead of latest on appimage
This commit is contained in:
Ezekiel Smith
2022-03-19 11:40:17 +11:00
committed by Sefa Eyeoglu
parent 7471ce4530
commit 6d9eaee7f9

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
URL_JDK8="https://api.adoptium.net/v3/binary/latest/8/ga/linux/x64/jre/hotspot/normal/eclipse"
URL_JDK8="https://api.adoptium.net/v3/binary/version/jdk8u312-b07/linux/x64/jre/hotspot/normal/eclipse"
URL_JDK17="https://api.adoptium.net/v3/binary/latest/17/ga/linux/x64/jre/hotspot/normal/eclipse"
mkdir -p JREs