diff options
author | Ezekiel Smith <ezekielsmith@protonmail.com> | 2022-03-19 11:40:17 +1100 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-03-22 20:11:15 +0100 |
commit | 6d9eaee7f96f1ca255bf950323003af5d718aa5a (patch) | |
tree | e3c0b3166d508428495d2708f96d3bad5c6437eb | |
parent | 7471ce4530f3306805dce8ccad7d90fb80396c2b (diff) | |
download | PrismLauncher-6d9eaee7f96f1ca255bf950323003af5d718aa5a.tar.gz PrismLauncher-6d9eaee7f96f1ca255bf950323003af5d718aa5a.tar.bz2 PrismLauncher-6d9eaee7f96f1ca255bf950323003af5d718aa5a.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 |