diff options
author | Ezekiel Smith <ezekielsmith@protonmail.com> | 2022-03-19 11:40:17 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-19 11:40:17 +1100 |
commit | f99245b917bcc674b2a807b25c125252bc732693 (patch) | |
tree | 197321912343cb912a99568d17c06e5233ed28ae | |
parent | e35db82c2789078429ce1cb7fc45ec5ae4fa1190 (diff) | |
parent | 19804c571878196e034b0366b61aa0ab9f577a3b (diff) | |
download | PrismLauncher-f99245b917bcc674b2a807b25c125252bc732693.tar.gz PrismLauncher-f99245b917bcc674b2a807b25c125252bc732693.tar.bz2 PrismLauncher-f99245b917bcc674b2a807b25c125252bc732693.zip |
Merge pull request #297 from DioEgizio/patch-1
bundle jre8u312 instead of latest on appimage
-rwxr-xr-x | .github/scripts/prepare_JREs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/scripts/prepare_JREs.sh b/.github/scripts/prepare_JREs.sh index b85e9c2f..ee713f81 100755 --- a/.github/scripts/prepare_JREs.sh +++ b/.github/scripts/prepare_JREs.sh @@ -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 |